disqus/disqusjs/facebook comments 可隨夜間模式按鈕切換而轉換主題

🐛 修復pjax下valine評論顯示不正常的bugs
🐛 修復facebook comments 在手機下寬度不是100%的bugs
This commit is contained in:
Jerry
2020-07-18 22:30:15 +08:00
Unverified
parent f7d57ac883
commit 4f64768011
17 changed files with 120 additions and 98 deletions

View File

@@ -2,7 +2,7 @@
.comment-head
margin-bottom: 1rem
.comment-headling
.comment-headline
display: inline-block
vertical-align: middle
font-weight: 700

View File

@@ -39,8 +39,9 @@
&[data-processed]
opacity: 1
.utterances
max-width: 100%
.utterances,
.fb-comments iframe
width: 100% !important
#gitalk-container
.gt-meta

View File

@@ -123,7 +123,7 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
// Gitalk
#gitalk-container
filter: brightness(.7)
filter: brightness(.8)
svg
fill: alpha(#FFFFFF, .8) !important