word-games-theme 1.9.8 → 1.9.9
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/section/home.html +18 -1
- data/assets/css/bootstrap.min.css +9 -2
- 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: 521f60c6f1c827bae677c9df6136e87644beb7f6d48e03722430a844baf4f68e
|
4
|
+
data.tar.gz: 1eede472280f66ae13fd2706fcc4c0a9cede9f95218efbaed0ef6f4fec99723a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fce6207a9d65224e3877099faabe14861209c37983bc82e3ac9a189360299cbf410b95e65670db0b978e7e51dd01cf35d61be0d4219d4c9e6c0c49d8e41c83d
|
7
|
+
data.tar.gz: 3b2af1d2ea411d2d2fac6721d03dbecb08c3345e89d213856b7cc2a5c70e3401976277caa9eb262b91eb20f7430b916d7b01ea94f47af5e27568dfd72ea45a5c
|
data/_includes/section/home.html
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
<div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
|
48
48
|
<div class="advancedFilter" style="position: relative;" onclick="myFunction()">
|
49
49
|
<input type="button" value="Advanced Filter" class="filterButton">
|
50
|
-
<div class="angle-arrow2"></div>
|
50
|
+
<div class="angle-arrow2" style="background: url(/assets/images/angle-arrow-down.svg) no-repeat center center; background-size: contain;"></div>
|
51
51
|
</div>
|
52
52
|
</div>
|
53
53
|
<div class="fillterWrapper hide">
|
@@ -152,6 +152,23 @@
|
|
152
152
|
const fillterWrapper = document.querySelector('.fillterWrapper')
|
153
153
|
advancedFilter.addEventListener('click', () => {
|
154
154
|
fillterWrapper.classList.toggle('actives')
|
155
|
+
if (fillterWrapper.classList.contains('actives')) {
|
156
|
+
fillterWrapper.style.display = "block"
|
157
|
+
fillterWrapper.style.zIndex = "999";
|
158
|
+
fillterWrapper.style.top= "90px";
|
159
|
+
fillterWrapper.style.background= "#fff";
|
160
|
+
fillterWrapper.style.boxShadow= "0 0 5px rgb(0 0 0 / 40%)"
|
161
|
+
fillterWrapper.style.padding= "15px 15px"
|
162
|
+
fillterWrapper.style.borderRadius= "15px"
|
163
|
+
fillterWrapper.style.height= "auto";
|
164
|
+
fillterWrapper.style.position= "absolute";
|
165
|
+
fillterWrapper.style.right= "-16px"
|
166
|
+
fillterWrapper.style.margin= "1rem 0"
|
167
|
+
fillterWrapper.style.flexDirection= "column";
|
168
|
+
fillterWrapper.style.width= "240px"
|
169
|
+
fillterWrapper.style.display= "inline-flex !important"
|
170
|
+
fillterWrapper.style.gap= "5px"
|
171
|
+
}
|
155
172
|
fillterWrapper.classList.remove('hide')
|
156
173
|
})
|
157
174
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
* Copyright 2011-2021 Twitter, Inc.
|
5
5
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
6
6
|
*/
|
7
|
-
:root {
|
7
|
+
:root {
|
8
8
|
--blue: #007bff;
|
9
9
|
--indigo: #6610f2;
|
10
10
|
--purple: #6f42c1;
|
@@ -3837,7 +3837,14 @@ input[type='submit'].btn-block {
|
|
3837
3837
|
}
|
3838
3838
|
|
3839
3839
|
.dropdown-menu.show {
|
3840
|
-
display:
|
3840
|
+
display: grid;
|
3841
|
+
grid-template-columns: auto auto;
|
3842
|
+
column-gap: 5rem;
|
3843
|
+
row-gap: 1rem;
|
3844
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
3845
|
+
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
3846
|
+
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
3847
|
+
|
3841
3848
|
}
|
3842
3849
|
|
3843
3850
|
.dropdown-header {
|
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.
|
4
|
+
version: 1.9.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-05-
|
11
|
+
date: 2023-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|