word-games-theme 2.3.4 → 2.3.6

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: 5334cedd32cddb95a419b149103716a2739346c73f3066ba00850af8871433c8
4
- data.tar.gz: fed74d08d8bd302c3f34c8ce2aa00cfdda4f3312450952a0e4fb02cd7c7559ba
3
+ metadata.gz: 70cd1125f8709bd3e4af6effe41303dd69a7cedb53027cc49b223e8f7ff0e8df
4
+ data.tar.gz: fe5a792f620eede33cb427abbe45486ab451539412e06c0cb60f0449cb62c056
5
5
  SHA512:
6
- metadata.gz: bd7f6c75f4da994e597c27faa197c2fcfe792dfd6f38ebebf40c32ae8efc1ab8761ba20c5e1ac72a75e87be2a42fafb141b5e59d640db4351e8bba0f3684aaef
7
- data.tar.gz: f93da47af91b0fbf72241ed5bbb14943dcc2da0a254e840dbfdae2b1c79f9f3d602f5c439f77f1246d685ba54749bd47f635394fac1d04b0e5a259f943b678bb
6
+ metadata.gz: 11aecd8522c65251f9b6ea7e2d11f8b4328af98fd7e7f375dbc1604fcfbe49a1ba02ba2ec41473e165b7d1a3ca3531fcb5453bf0fdadcb38e0c334caa57e33c2
7
+ data.tar.gz: 4f64bd040d1105551bfd1594c68465ab05995260b42bce380050b247715bb12a7eb0b686424ccbf5432dfc9905cc338ff56f417f9cde0e3a70d7e730b766ce1f
@@ -75,6 +75,13 @@
75
75
  .trywordle:hover {
76
76
  color: #fff !important;
77
77
  }
78
+
79
+ @media (max-width: 768px) {
80
+ .trywordle{
81
+ margin-bottom: 2rem;
82
+ }
83
+
84
+ }
78
85
  </style>
79
86
  {%- endif -%}
80
87
 
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  </div>
19
19
  </div>
20
- <div class="modal modalWrapper" id="exampleModal">
20
+ <div class="word-game modal modalWrapper" id="exampleModal">
21
21
  <div class="modal-dialog">
22
22
  <div class="modal-content">
23
23
  <div class="modal-header py-3">
@@ -15,7 +15,7 @@
15
15
  transition: all 0.3s ease-in-out;
16
16
  }
17
17
 
18
- .modal-content{
18
+ .word-game .modal-content{
19
19
  background-color: var(--primary-color);
20
20
  box-shadow: 2px 2px 0px 0px #131313FC;
21
21
  border-radius: 11px;
@@ -58,7 +58,7 @@ border-radius: 11px;
58
58
  .create-wordle .custom-word {
59
59
  font-weight: 600;
60
60
  text-transform: uppercase;
61
- width: 376px !important;
61
+ width: 376px;
62
62
  height: 56px;
63
63
  margin: 18px auto;
64
64
  text-align: center;
@@ -498,9 +498,12 @@ border-radius: 11px;
498
498
  padding: 0 10px;
499
499
  }
500
500
 
501
- .create-wordle .custom-word {
501
+ .create-wordle .custom-word,.wordle-game-link {
502
502
  width: 100%;
503
503
  }
504
+ .wordle-game-play-links{
505
+ padding: 1rem;
506
+ }
504
507
 
505
508
  .tile {
506
509
  caret-color: transparent;
@@ -839,8 +839,14 @@ summary::-webkit-details-marker {
839
839
  }
840
840
  .infographics-title{
841
841
  font-size: 28px;
842
+ width: 100%;
843
+ text-align: center;
842
844
  }
843
845
 
846
+ .points-table{
847
+ width: auto !important;
848
+ font-size: 28px;
849
+ }
844
850
 
845
851
  .card-text{
846
852
  font-size: 12px !important;
@@ -411,6 +411,7 @@
411
411
  top: 30px;
412
412
  margin: 0;
413
413
  left: 30px;
414
+ z-index: 99;
414
415
  }
415
416
 
416
417
  .letter-close-button-commonPage {
@@ -201,6 +201,11 @@
201
201
 
202
202
  @media (max-width: 768px) {
203
203
 
204
+ #wordleSolverData{
205
+ display: flex;
206
+ justify-content: center;
207
+ align-items: center;
208
+ }
204
209
  .allfiveletterswords,
205
210
  #wordleWordCount {
206
211
  width: 80%;
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.3.4
4
+ version: 2.3.6
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-12-11 00:00:00.000000000 Z
11
+ date: 2023-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll