peertube-plugin-livechat/conversejs/custom/sass/livechat.scss

7 lines
161 B
SCSS
Raw Normal View History

2021-11-09 09:34:34 +00:00
@import "sass/converse";
body.livechat-iframe #conversejs .chat-head {
// Hidding the chat-head when the plugin is displayed in an iframe.
display: none;
}