mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
feat: 添加artalk評論 closed #933 fix: 修復 開啟 archor 後, facebook評論加載不正確的 bug fix: 修復 facebook 評論數無法加載的 bug
17 lines
487 B
Stylus
17 lines
487 B
Stylus
// chat
|
|
if hexo-config('chat_btn') == true && hexo-config('chatra.enable')
|
|
#chatra:not(.chatra--expanded)
|
|
visibility: hidden !important
|
|
width: 1px !important
|
|
height: 1px !important
|
|
opacity: 0 !important
|
|
pointer-events: none
|
|
|
|
if hexo-config('chat_btn') == true && hexo-config('messenger.enable')
|
|
.fb_dialog,
|
|
.fb-customerchat
|
|
visibility: hidden !important
|
|
width: 1px !important
|
|
height: 1px !important
|
|
opacity: 0 !important
|
|
pointer-events: none |