mirror of https://github.com/jkjoy/sunpeiwen.git
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 |