word-games-theme 2.1.8 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/script.html +2 -0
- data/assets/css/style.css +1 -1
- data/assets/css/wordgames-blog.css +2 -2
- data/assets/css/wordgames-home.css +24 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34f101f4d0791605a8ddf2a82dabf40c54ae82d1ce43c265665b2e8be7ba4383
|
|
4
|
+
data.tar.gz: 7144981761766f8f287fcdaef56faf866dc2ef6bb317064d578128be198a0362
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54d2f7f236fbda5c921c70e1ef050df0c96d12043aba1405abdf60f9d51b0a94f1511288ad3b6b235862369f18367f156ee6a54a22f9eaea98a54de6bbc5e792
|
|
7
|
+
data.tar.gz: 48068236edbfeb79c2ed47d3abdd8f0644b123b5b3ee37ba71f91c0cf89e260712f27792de701de0a5d9ad4ca6b0d0f6bf9e18ab5728fd2fbc8ff696a5f28fc6
|
data/_includes/script.html
CHANGED
|
@@ -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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
min-height: 300px;
|
|
7
7
|
max-height: fit-content;
|
|
8
8
|
top: 65px;
|
|
9
|
-
position:
|
|
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:
|
|
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:
|
|
953
|
+
left: 40px !important;
|
|
933
954
|
}
|
|
934
955
|
|
|
935
956
|
.wordgametheme-sidebar-right {
|
|
936
|
-
right:
|
|
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.
|
|
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-
|
|
11
|
+
date: 2023-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|