word-games-theme 2.1.8 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fee4bc31c1e6b9b81d07df3b3e0f976d221f86171019349fb1f95f184873f87
4
- data.tar.gz: 65d215d43deb09cdf1a2dd49018318e5b1ff11ee38730069c7b1850c490e87f3
3
+ metadata.gz: 34f101f4d0791605a8ddf2a82dabf40c54ae82d1ce43c265665b2e8be7ba4383
4
+ data.tar.gz: 7144981761766f8f287fcdaef56faf866dc2ef6bb317064d578128be198a0362
5
5
  SHA512:
6
- metadata.gz: 850f337ecc3758ffabe9d7fd12f6471f64d70d9fc5dd7fcd633db48f0e65ad14c42382c1e60136923f5debae4cf82da5455f13595e975ea6a4a105770a554f54
7
- data.tar.gz: 5d7ac6da03f86335e596617c80c25163f9178e4070cbb03288886e6f84f5267a0b93976c260dd2b002f3f5eecf6e738ad2e77403aa0909b32ee3ce26491344b5
6
+ metadata.gz: 54d2f7f236fbda5c921c70e1ef050df0c96d12043aba1405abdf60f9d51b0a94f1511288ad3b6b235862369f18367f156ee6a54a22f9eaea98a54de6bbc5e792
7
+ data.tar.gz: 48068236edbfeb79c2ed47d3abdd8f0644b123b5b3ee37ba71f91c0cf89e260712f27792de701de0a5d9ad4ca6b0d0f6bf9e18ab5728fd2fbc8ff696a5f28fc6
@@ -13,6 +13,7 @@
13
13
  {%- endif -%}
14
14
 
15
15
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
16
+ <script defer src="/assets/js/theme.js"></script>
16
17
 
17
18
  {%- if site.removeJquery != true -%}
18
19
  <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
@@ -32,6 +33,7 @@
32
33
  {%- if scriptData.jsfilepaths -%}
33
34
  {%- for path in scriptData.jsfilepaths -%}
34
35
 
36
+
35
37
  {%- assign asset_dir = path -%}
36
38
  {%- if site.versioning and asset_dir != "" -%}
37
39
 
data/assets/css/style.css CHANGED
@@ -30,7 +30,7 @@ body {
30
30
  min-height: 300px;
31
31
  max-height: fit-content;
32
32
  top: 65px;
33
- position: fixed;
33
+ position: absolute;
34
34
  }
35
35
 
36
36
  .wordgametheme-sidebar-left {
@@ -6,7 +6,7 @@
6
6
  min-height: 300px;
7
7
  max-height: fit-content;
8
8
  top: 65px;
9
- position: fixed;
9
+ position: absolute;
10
10
  }
11
11
 
12
12
  .wordgametheme-sidebar-left {
@@ -99,7 +99,7 @@ header {
99
99
  background-color: var(--primary-color);
100
100
  line-height: 43px;
101
101
  border-radius: 10px;
102
- height: 166px;
102
+ height: auto;
103
103
  padding: 15px;
104
104
  }
105
105
  .author_image, .meta-footer-thumb{
@@ -1,3 +1,24 @@
1
+ .wordgametheme-sidebar-right,
2
+ .wordgametheme-sidebar-left {
3
+ min-width: 220px;
4
+ max-width: fit-content;
5
+ height: 100vh;
6
+ min-height: 300px;
7
+ max-height: fit-content;
8
+ top: 65px;
9
+ position: absolute;
10
+ }
11
+
12
+ .wordgametheme-sidebar-left {
13
+ left: 5px;
14
+ }
15
+
16
+ .wordgametheme-sidebar-right {
17
+ right: 5px;
18
+ }
19
+
20
+
21
+
1
22
  /* headings css */
2
23
  .main-header {
3
24
  background: url(/assets/images/background.svg) no-repeat;
@@ -576,7 +597,7 @@ details>summary::after {
576
597
  background-color: var(--primary-color);
577
598
  line-height: 43px;
578
599
  border-radius: 10px;
579
- height: 166px;
600
+ /* height: 166px; */
580
601
  padding: 15px;
581
602
  }
582
603
 
@@ -929,11 +950,11 @@ summary::-webkit-details-marker {
929
950
 
930
951
  @media screen and (min-width: 1450px) {
931
952
  .wordgametheme-sidebar-left {
932
- left: 194px !important;
953
+ left: 40px !important;
933
954
  }
934
955
 
935
956
  .wordgametheme-sidebar-right {
936
- right: 194px !important;
957
+ right: 40px !important;
937
958
  }
938
959
  }
939
960
 
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: 2.1.8
4
+ version: 2.2.0
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-11-09 00:00:00.000000000 Z
11
+ date: 2023-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll