feat: 過期通知優化,可單獨文章關閉

fix: 修復説説評論 css 受主題影響的 bug
This commit is contained in:
myw
2024-11-05 18:01:36 +08:00
Unverified
parent fb4ab20169
commit 91c8c5cd4b
25 changed files with 83 additions and 81 deletions

View File

@@ -69,7 +69,7 @@ beautify()
hr
@extend .custom-hr
#article-container
.container
word-wrap: break-word
overflow-wrap: break-word
@@ -236,7 +236,7 @@ beautify()
&:hover
text-decoration: none
.post-outdate-notice
#post-outdate-notice
position: relative
margin: 0 0 20px
padding: .5em 1.2em
@@ -244,6 +244,9 @@ beautify()
color: $noticeOutdate-color
addBorderRadius(3)
.num
padding: 0 4px
if hexo-config('noticeOutdate.style') == 'flat'
padding: .5em 1em .5em 2.6em
border-left: 5px solid $noticeOutdate-border