word-games-theme 0.9.5 → 0.9.6

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: 429f85706c5348ec36b84752ea7f52e891231020624eb43693b0048cde294536
4
- data.tar.gz: ce4f751c7aafcb87581242f93fc321e2a4eed6e9557be110b688a1586a5f087a
3
+ metadata.gz: 1f6171b8f1d5bf4be5aefbcecd438fbb908aa271892e1dbfbc5af61745abdb93
4
+ data.tar.gz: 7d587230c712f315672bb575981fe7c08a493d29448b2c1c737e6757a6b66766
5
5
  SHA512:
6
- metadata.gz: 4a24d62a7bf8cfb087b74659fcebb52997e29630704d7997beb1ee9c609da9089b63a7058a983296426408be2d7532fa34e52528e047e153009318163e460be3
7
- data.tar.gz: 1739ddd853bdb9cedf6c17b32ffe3b509fe3df2234af7a9291f933489cc2a78fbfa5f8b83ae8fefc8e679957c7c5061997b1f280cfcdb8edfee48f2640883c92
6
+ metadata.gz: b4dc65e8d275c140684e64745a3be09fa8a6b0f6d3b2fc7bc0042edd1e35ebb82d619bec70bad872cbbfc34ec9f35f9175b0d98769e2ecbe521573227472c2e9
7
+ data.tar.gz: 8a1bab3d3c712e3b3694f10ab219e775f362444b0deec42c4fa1b87797637f5a3a11d1ae4c284e570418bf0eaafdde1a8a114fef88f39af724e4656b4ae3ecc6
@@ -35,7 +35,8 @@
35
35
  background: #f8f9fa;
36
36
  border-radius: 5px;
37
37
  margin: 6px 6px;
38
- width: 100px;
38
+ width: auto;
39
+ min-width: 100px;
39
40
  text-align: center;
40
41
  }
41
42
  .wordList .anchor__style {
@@ -109,6 +109,7 @@
109
109
  border-radius: 5px;
110
110
  margin: 6px 6px;
111
111
  width: auto;
112
+ min-width: 100px;
112
113
  text-align: center;
113
114
  }
114
115
  .certainWordsList .anchor__style {
@@ -180,7 +180,7 @@ function wordsStartingWith(data) {
180
180
  sum += ScrabbleLetterScore[item[i]] || 0 // for unknown characters
181
181
  }
182
182
  return `<a class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
183
- <li style="width:auto !important">${item}
183
+ <li>${item}
184
184
  <span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px"> ${sum}</span>
185
185
  </li></a>`
186
186
  }
@@ -257,7 +257,7 @@ function sortPointsby(sortValue, data) {
257
257
 
258
258
  const result = newArray.map((item) => {
259
259
  return `<a class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.words}">
260
- <li style="width:auto !important">${item.words}
260
+ <li>${item.words}
261
261
  <span class="points" value="${item.points}" style="position:relative; top:4px; font-size:12px"> ${item.points}</span>
262
262
  </li></a>`
263
263
  })
@@ -305,7 +305,7 @@ function sortby(sortBool, data) {
305
305
  }
306
306
 
307
307
  return `<a class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
308
- <li style="width:auto !important">${item}
308
+ <li>${item}
309
309
  <span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px"> ${sum}</span>
310
310
  </li></a>`
311
311
  }
@@ -345,7 +345,7 @@ function sortby(sortBool, data) {
345
345
  }
346
346
 
347
347
  return `<a class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
348
- <li style="width:auto !important">${item}
348
+ <li>${item}
349
349
  <span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px"> ${sum}</span>
350
350
  </li></a>`
351
351
  }
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: 0.9.5
4
+ version: 0.9.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: 2022-02-10 00:00:00.000000000 Z
11
+ date: 2022-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll