word-games-theme 1.9.5 → 1.9.6

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%;
@@ -97,7 +116,6 @@ header {
97
116
 
98
117
  .show{
99
118
  display: grid ;
100
- padding: 15px;
101
119
  }
102
120
  .dropdown-menu.show {
103
121
  padding: 3.5rem;
@@ -931,6 +949,10 @@ header {
931
949
  }
932
950
 
933
951
  @media (max-width: 992px) {
952
+ .wordgametheme-sidebar-right,
953
+ .wordgametheme-sidebar-left {
954
+ display: none;
955
+ }
934
956
  .navbar-nav {
935
957
  margin-left: 0rem;
936
958
  }
@@ -943,4 +965,22 @@ header {
943
965
  display: block;
944
966
  padding: 15px;
945
967
  }
946
- }
968
+ }
969
+
970
+
971
+ @media screen and (min-width: 1450px){
972
+ .wordgametheme-sidebar-left{
973
+ left: 194px !important;
974
+ }
975
+ .wordgametheme-sidebar-right{
976
+ right: 194px !important;
977
+ }
978
+ }
979
+ @media screen and (min-width: 1920px){
980
+ .wordgametheme-sidebar-left{
981
+ left: 313px !important;
982
+ }
983
+ .wordgametheme-sidebar-right{
984
+ right: 313px !important;
985
+ }
986
+ }
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.6
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll