New ConverseJS entry point. Using it to add custom CSS.
This commit is contained in:
4
conversejs/custom/sass/livechat.scss
Normal file
4
conversejs/custom/sass/livechat.scss
Normal file
@ -0,0 +1,4 @@
|
||||
body.livechat-iframe #conversejs .chat-head {
|
||||
// Hidding the chat-head when the plugin is displayed in an iframe.
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user