hexo-theme-solitude 3.0.9 → 3.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-solitude",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "A beautiful, powerful, and efficient Hexo theme developed by everfu.",
5
5
  "main": "package.json",
6
6
  "scripts": {
package/plugins.yml CHANGED
@@ -1,11 +1,11 @@
1
1
  algolia_search:
2
2
  name: algoliasearch
3
3
  file: dist/algoliasearch.umd.js
4
- version: 5.18.0
4
+ version: 5.19.0
5
5
  instantsearch:
6
6
  name: instantsearch.js
7
7
  file: dist/instantsearch.production.min.js
8
- version: 4.75.6
8
+ version: 4.75.7
9
9
  docsearch_css:
10
10
  name: '@docsearch/css'
11
11
  other_name: docsearch-css
@@ -28,11 +28,11 @@ waline_js:
28
28
  name: '@waline/client'
29
29
  file: dist/waline.js
30
30
  other_name: waline
31
- version: 3.4.2
31
+ version: 3.4.3
32
32
  waline_css:
33
33
  name: '@waline/client'
34
34
  file: dist/waline.css
35
- version: 3.4.2
35
+ version: 3.4.3
36
36
  other_name: waline
37
37
  valine:
38
38
  name: valine
@@ -7,6 +7,12 @@
7
7
  +maxWidth768()
8
8
  padding 0
9
9
 
10
+ #tag-page-tags+#recent-posts
11
+ margin-top: calc(64px - 0.5rem)
12
+
13
+ +maxWidth768()
14
+ margin-top: calc(74px - 0.5rem)
15
+
10
16
  if hexo-config('index_post_list.direction') == "column"
11
17
  .recent-post-item
12
18
  box-shadow var(--efu-shadow-light2black)
@@ -348,8 +348,6 @@ if hexo-config('brevity.enable')
348
348
  overflow hidden
349
349
  text-overflow ellipsis
350
350
  transition .3s
351
- display flex
352
- justify-content center
353
351
  align-items center
354
352
  font-weight 700
355
353
  margin auto
@@ -13,7 +13,7 @@
13
13
  margin 0
14
14
  margin-bottom 0.5rem
15
15
  position absolute
16
- z-index 1
16
+ z-index 2
17
17
  width 100%
18
18
  padding 1rem 2rem
19
19
  left 0
@@ -54,6 +54,4 @@
54
54
 
55
55
  &.select .tagsPageCount
56
56
  background var(--efu-card-bg)
57
- color var(--efu-lighttext)
58
- +maxWidth768()
59
- display none
57
+ color var(--efu-lighttext)