mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
9 lines
246 B
Stylus
9 lines
246 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
|