word-games-theme 2.1.8 → 2.1.9

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: 6de89cb61cf11841cf2c179a1bd91ca65c11158b082ec187f08a512db541060a
4
+ data.tar.gz: 6d27fa535d4813728f81bafd99788015d5ea1ebd7fcc5b8143d3f54a8203f4d5
5
5
  SHA512:
6
- metadata.gz: 850f337ecc3758ffabe9d7fd12f6471f64d70d9fc5dd7fcd633db48f0e65ad14c42382c1e60136923f5debae4cf82da5455f13595e975ea6a4a105770a554f54
7
- data.tar.gz: 5d7ac6da03f86335e596617c80c25163f9178e4070cbb03288886e6f84f5267a0b93976c260dd2b002f3f5eecf6e738ad2e77403aa0909b32ee3ce26491344b5
6
+ metadata.gz: aa306052109097a3ee40758151c60bc04a98fa30a6e4d8a7d162201af5a984d0a1b40ebab5fa5b4723d24ceef0ea06f5174218c1b5920c4c88ed95140adbbd7f
7
+ data.tar.gz: 7e9dbd0963f4797ff718f770b8b027e66d922acfb99b7b7ac42b3d7ba95bb8a223f0abdcd857cade263a24b753b2ed7fdf82fa6258a15c86dca1838babe0ef39
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.1.9
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