word-games-theme 1.9.5 → 1.9.7

Sign up to get free protection for your applications and to get access to all the features.
data/_layouts/tools.html CHANGED
@@ -16,7 +16,10 @@
16
16
 
17
17
  <body>
18
18
  {%- include header/index.html -%}
19
-
19
+ {%- if site.newFeatureBox -%}
20
+ <div class="wordgametheme-sidebar-left"></div>
21
+ <div class="wordgametheme-sidebar-right"></div>
22
+ {%- endif -%}
20
23
  {%- if homeData.h1 or homeData.h2 -%}
21
24
  <div class="tools_headings" style="margin-top:20px">
22
25
  <div class="container">
@@ -88,6 +88,12 @@
88
88
  <body>
89
89
  {%- include header/index.html -%}
90
90
 
91
+ {%- if site.newFeatureBox -%}
92
+ <div class="wordgametheme-sidebar-left"></div>
93
+ <div class="wordgametheme-sidebar-right"></div>
94
+ {%- endif -%}
95
+
96
+
91
97
  {%- include xyzpages/xyz.html -%}
92
98
 
93
99
  {% include section/feature.html %}
data/assets/css/blog.css CHANGED
@@ -1,3 +1,21 @@
1
+
2
+ .wordgametheme-sidebar-right,
3
+ .wordgametheme-sidebar-left {
4
+ min-width: 220px;
5
+ max-width: fit-content;
6
+ height: 100vh;
7
+ min-height: 300px;
8
+ max-height: fit-content;
9
+ top: 65px;
10
+ position: fixed;
11
+ }
12
+ .wordgametheme-sidebar-left {
13
+ left: 75px;
14
+ }
15
+ .wordgametheme-sidebar-right {
16
+ right: 75px;
17
+ }
18
+
1
19
  /* default css */
2
20
  a {
3
21
  text-decoration: none !important;
@@ -346,7 +364,10 @@ header {
346
364
  }
347
365
 
348
366
  @media (max-width: 768px) {
349
-
367
+ .wordgametheme-sidebar-right,
368
+ .wordgametheme-sidebar-left {
369
+ display: none;
370
+ }
350
371
  .navbar {
351
372
  padding-left: 7% !important;
352
373
  padding-right: 7% !important;
@@ -393,4 +414,21 @@ header {
393
414
  }
394
415
 
395
416
 
396
- }
417
+ }
418
+
419
+ @media screen and (min-width: 1450px){
420
+ .wordgametheme-sidebar-left{
421
+ left: 194px !important;
422
+ }
423
+ .wordgametheme-sidebar-right{
424
+ right: 194px !important;
425
+ }
426
+ }
427
+ @media screen and (min-width: 1920px){
428
+ .wordgametheme-sidebar-left{
429
+ left: 313px !important;
430
+ }
431
+ .wordgametheme-sidebar-right{
432
+ right: 313px !important;
433
+ }
434
+ }
data/assets/css/style.css CHANGED
@@ -22,6 +22,25 @@ body {
22
22
  overflow-x: hidden !important;
23
23
  }
24
24
 
25
+ .wordgametheme-sidebar-right,
26
+ .wordgametheme-sidebar-left {
27
+ min-width: 220px;
28
+ max-width: fit-content;
29
+ height: 100vh;
30
+ min-height: 300px;
31
+ max-height: fit-content;
32
+ top: 65px;
33
+ position: fixed;
34
+ }
35
+ .wordgametheme-sidebar-left {
36
+ left: 75px;
37
+ }
38
+ .wordgametheme-sidebar-right {
39
+ right: 75px;
40
+ }
41
+
42
+
43
+
25
44
  /* common loader css */
26
45
  .loader {
27
46
  width: 100%;
@@ -83,6 +102,9 @@ header {
83
102
  transition: all 0.2s linear;
84
103
  }
85
104
 
105
+ .show{
106
+ display: grid ;
107
+ }
86
108
  .top_tool_bar {
87
109
  height: 540px;
88
110
  overflow-x: hidden;
@@ -95,10 +117,7 @@ header {
95
117
  top: 50px !important;
96
118
  }
97
119
 
98
- .show{
99
- display: grid ;
100
- padding: 15px;
101
- }
120
+
102
121
  .dropdown-menu.show {
103
122
  padding: 3.5rem;
104
123
  display: grid;
@@ -931,6 +950,10 @@ header {
931
950
  }
932
951
 
933
952
  @media (max-width: 992px) {
953
+ .wordgametheme-sidebar-right,
954
+ .wordgametheme-sidebar-left {
955
+ display: none;
956
+ }
934
957
  .navbar-nav {
935
958
  margin-left: 0rem;
936
959
  }
@@ -943,4 +966,22 @@ header {
943
966
  display: block;
944
967
  padding: 15px;
945
968
  }
946
- }
969
+ }
970
+
971
+
972
+ @media screen and (min-width: 1450px){
973
+ .wordgametheme-sidebar-left{
974
+ left: 194px !important;
975
+ }
976
+ .wordgametheme-sidebar-right{
977
+ right: 194px !important;
978
+ }
979
+ }
980
+ @media screen and (min-width: 1920px){
981
+ .wordgametheme-sidebar-left{
982
+ left: 313px !important;
983
+ }
984
+ .wordgametheme-sidebar-right{
985
+ right: 313px !important;
986
+ }
987
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5
4
+ version: 1.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-11 00:00:00.000000000 Z
11
+ date: 2023-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll