peertube-plugin-livechat/conversejs/custom/shared/styles/livechat.scss

28 lines
572 B
SCSS
Raw Normal View History

@import "./variables";
@import "shared/styles/index";
@import "./peertubetheme";
2021-11-09 09:34:34 +00:00
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;
}
}