peertube-plugin-livechat/conversejs/custom/sass/livechat.scss
2021-11-09 16:10:33 +01:00

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;
}