2021-11-09 16:45:54 +00:00
|
|
|
@import "./variables";
|
2021-12-06 13:47:34 +00:00
|
|
|
@import "shared/styles/index";
|
2021-11-17 10:34:01 +00:00
|
|
|
@import "./peertubetheme";
|
2021-11-09 09:34:34 +00:00
|
|
|
|
2021-11-08 18:39:51 +00:00
|
|
|
body.livechat-iframe #conversejs .chat-head {
|
|
|
|
// Hidding the chat-head when the plugin is displayed in an iframe.
|
|
|
|
display: none;
|
|
|
|
}
|
2021-11-09 16:45:54 +00:00
|
|
|
|
|
|
|
#conversejs-bg {
|
2021-11-17 10:34:01 +00:00
|
|
|
// We are using a custom template that differs from the original, this is required.
|
2021-11-09 16:45:54 +00:00
|
|
|
.converse-brand__heading {
|
|
|
|
img {
|
|
|
|
margin-top: 0.3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-14 12:02:15 +00:00
|
|
|
|
|
|
|
// Readonly mode
|
|
|
|
body.livechat-readonly #conversejs {
|
|
|
|
.chat-head,
|
|
|
|
.bottom-panel,
|
|
|
|
converse-message-actions,
|
|
|
|
converse-muc-sidebar {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
2022-01-04 16:42:03 +00:00
|
|
|
|
|
|
|
body.livechat-readonly.livechat-noscroll converse-chat-content {
|
|
|
|
overflow-y: hidden !important;
|
|
|
|
}
|