7 lines
161 B
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;
|
|
}
|