word-games-theme 2.8.4 → 2.8.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/wordgames/head/head.html +5 -2
- data/assets/js/words-in-certain-positions-worker.js +15 -1
- 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: 05cdad3b41f3a32d4d37c25dcf54b3a258a139d6d8359ae9257c82f42051b8f4
|
4
|
+
data.tar.gz: 3755cc977be9d56503bb5c2e62d092c9111fd74cf12b24d404c990e0a42c0543
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83e9b6f96b8aa09a808244036443e471ab98f9ea2f47e69f29d227294310b0750696214f4b0dd89a287ee389167fa5a19ad5f326c05636718de877f60568af0c
|
7
|
+
data.tar.gz: 876055ca9b052246b4df26577f39b40d37ba0220b5c4233244f9c9901a24e851f55e1dbff98905e96945c848bb361ab9af5778439f4f69714968e6d1ea73836d
|
@@ -69,6 +69,9 @@
|
|
69
69
|
<link rel="stylesheet" href="/assets/css/adBlocker.css" />
|
70
70
|
{%- endif -%}
|
71
71
|
|
72
|
+
{%- if site.internationalization or site.internationalizationall -%}
|
73
|
+
{%- include wordgames/alternates/alternates.html -%}
|
74
|
+
{%- endif -%}
|
72
75
|
|
73
76
|
{% include /cssfile/links.html %}
|
74
77
|
|
@@ -87,10 +90,10 @@
|
|
87
90
|
}
|
88
91
|
|
89
92
|
@media (max-width: 768px) {
|
90
|
-
.trywordle{
|
93
|
+
.trywordle {
|
91
94
|
margin-bottom: 2rem;
|
92
95
|
}
|
93
|
-
|
96
|
+
|
94
97
|
}
|
95
98
|
</style>
|
96
99
|
{%- endif -%}
|
@@ -27,7 +27,21 @@ self.onmessage = async (event) => {
|
|
27
27
|
sum += ScrabbleLetterScore[item[i]] || 0 // for unknown characters
|
28
28
|
}
|
29
29
|
return `
|
30
|
-
<a
|
30
|
+
<a
|
31
|
+
style='color: #000 !important;
|
32
|
+
font-size: 15px;
|
33
|
+
text-decoration: none !important;
|
34
|
+
font-weight: 600;
|
35
|
+
list-style: none;
|
36
|
+
padding: 8px;
|
37
|
+
background: #f8f9fa;
|
38
|
+
border-radius: 5px;
|
39
|
+
margin: 6px 6px;
|
40
|
+
width: auto;
|
41
|
+
text-align: center;
|
42
|
+
border: solid 1px var(--black-color);
|
43
|
+
box-shadow: 2px 2px 1px 0px var(--black-color);'
|
44
|
+
class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
|
31
45
|
${item}
|
32
46
|
<span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px">${sum}</span>
|
33
47
|
</a>
|
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.8.
|
4
|
+
version: 2.8.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: 2024-
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|