Merge branch 'dev' into patch-abcjs

This commit is contained in:
Jerry Wong
2023-04-03 18:53:40 +08:00
committed by GitHub
Unverified
21 changed files with 425 additions and 227 deletions

View File

@@ -144,15 +144,26 @@ beautify()
p
margin: 0 0 8px
> :last-child
margin-bottom: 0 !important
hr
margin: 20px 0
if hexo-config('beautify.enable')
if hexo-config('beautify.field') == 'site'
beautify()
else if hexo-config('beautify.field') == 'post'
&.post-content
beautify()
else
hr
margin: 20px 0
border: 1px inset
width 100%
> :last-child
margin-bottom: 0 !important
&:before
content: none
#post
.tag_share

View File

@@ -121,4 +121,8 @@ span.mathjax-overflow
transition: opacity .3s
&.abcjs-container
opacity: 1
opacity: 1
+maxWidth768()
.fancybox__toolbar__column.is-middle
display: none