New ConverseJS entry point. Using it to add custom CSS.

This commit is contained in:
John Livingston
2021-11-08 19:39:51 +01:00
parent f9ec433502
commit 65845fe9f6
4 changed files with 9 additions and 6 deletions

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