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

5 lines
135 B
SCSS
Raw Normal View History

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