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

7 lines
161 B
SCSS

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