word-games-theme 1.9.7 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8afc877be25706a7671553a2c143de782b6abf2764d3f41bb6527f21d43c3ea
4
- data.tar.gz: 90bced04f51cfafe9582ca85628a1581429097c5730cb830abfb35ffe216e528
3
+ metadata.gz: 521f60c6f1c827bae677c9df6136e87644beb7f6d48e03722430a844baf4f68e
4
+ data.tar.gz: 1eede472280f66ae13fd2706fcc4c0a9cede9f95218efbaed0ef6f4fec99723a
5
5
  SHA512:
6
- metadata.gz: ac68df8e89e05073111e378d5195b83693da053a1eb62bb6a0be0c872af6658b303f5c0573160a8c2fce4c375d5b7f10072c4e9d6d5076749682b88398763f24
7
- data.tar.gz: 9123fb698e9477c018fe787d10f3f338318520e2217be272b112a89980438dfc08ce63dbf119bea525c090807013f20d03c8ee0e9f55ab26a5ff7615f2e9b0a9
6
+ metadata.gz: 6fce6207a9d65224e3877099faabe14861209c37983bc82e3ac9a189360299cbf410b95e65670db0b978e7e51dd01cf35d61be0d4219d4c9e6c0c49d8e41c83d
7
+ data.tar.gz: 3b2af1d2ea411d2d2fac6721d03dbecb08c3345e89d213856b7cc2a5c70e3401976277caa9eb262b91eb20f7430b916d7b01ea94f47af5e27568dfd72ea45a5c
@@ -21,23 +21,20 @@
21
21
  <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
22
22
  {%- endif -%}
23
23
 
24
-
25
24
  <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
26
25
 
27
26
  <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/style.css assets/css/style.css %}">
28
-
29
- <!-- <link rel="stylesheet" href="/assets/css/style.css?v={{ site.time | date: '%s' }}"> -->
30
27
 
31
28
  {%- if page.layout == "autogencontent"-%}
32
- <link rel="stylesheet" href="/assets/css/content.css?v={{ site.time | date: '%s' }}">
29
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/content.css assets/css/content.css %}">
33
30
  {%- endif -%}
34
31
 
35
32
  {%- if page.layout == 'page' or page.layout == 'page2' -%}
36
- <link rel="stylesheet" href="/assets/css/wordGroup.css?v={{ site.time | date: '%s' }}">
33
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/wordGroup.css assets/css/wordGroup.css %}">
37
34
  {%- endif -%}
38
35
 
39
36
  {%- if page.layout == 'xyzpages' -%}
40
- <link rel="stylesheet" href="/assets/css/wordGroup.css?v={{ site.time | date: '%s' }}">
37
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/wordGroup.css assets/css/wordGroup.css %}">
41
38
  {%- endif -%}
42
39
 
43
40
  {%- if page.wordle == 'solver' -%}
@@ -56,7 +53,7 @@
56
53
  {%- endif -%}
57
54
 
58
55
  {%- if site.show_allow_ad_blocker_pop -%}
59
- <link rel="stylesheet" href="/assets/css/adBlocker.css?v={{ site.time | date: '%s' }}">
56
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/adBlocker.css assets/css/adBlocker.css %}">
60
57
  {%- endif -%}
61
58
 
62
59
  <link rel="manifest" href="/manifest.json">
@@ -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.7
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