ConverseJS 9.0.0: first attempt to integrate.

This commit is contained in:
John Livingston
2021-12-06 14:47:34 +01:00
parent 9ac40efb54
commit 79876e1750
7 changed files with 13 additions and 9 deletions

View File

@ -0,0 +1,27 @@
@import "./variables";
@import "shared/styles/index";
@import "./peertubetheme";
body.livechat-iframe #conversejs .chat-head {
// Hidding the chat-head when the plugin is displayed in an iframe.
display: none;
}
#conversejs-bg {
// We are using a custom template that differs from the original, this is required.
.converse-brand__heading {
img {
margin-top: 0.3em;
}
}
}
// Readonly mode
body.livechat-readonly #conversejs {
.chat-head,
.bottom-panel,
converse-message-actions,
converse-muc-sidebar {
display: none !important;
}
}