word-games-theme 1.9.8 → 1.9.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: 16a666263b78bc36df668e0638024cadf7a966d2a6574637469fb0b1e9577324
4
- data.tar.gz: 6c45e76956b6de2424390c36dd060ef1cef3e81b96ff33f709dbb76c7ee246f0
3
+ metadata.gz: 521f60c6f1c827bae677c9df6136e87644beb7f6d48e03722430a844baf4f68e
4
+ data.tar.gz: 1eede472280f66ae13fd2706fcc4c0a9cede9f95218efbaed0ef6f4fec99723a
5
5
  SHA512:
6
- metadata.gz: '09dab0dc0622f7ef829ac0893d92922d0aa6173401ea3581287d18e9a0d7575a968c523b51374d8a59f94c1b64803eb431f05c0d30de8f7dc8cd80d9f8991b1b'
7
- data.tar.gz: 111e55e40564cbf21528fc1b37140dba798b457832b19498c1fe87dea83090d94c8f0ede07d880b663e83d27b3edeb3a07632f4bd29f72923fd84cbca2451d07
6
+ metadata.gz: 6fce6207a9d65224e3877099faabe14861209c37983bc82e3ac9a189360299cbf410b95e65670db0b978e7e51dd01cf35d61be0d4219d4c9e6c0c49d8e41c83d
7
+ data.tar.gz: 3b2af1d2ea411d2d2fac6721d03dbecb08c3345e89d213856b7cc2a5c70e3401976277caa9eb262b91eb20f7430b916d7b01ea94f47af5e27568dfd72ea45a5c
@@ -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: block;
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.8
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-17 00:00:00.000000000 Z
11
+ date: 2023-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll