2021-11-09 16:45:54 +00:00
|
|
|
@import "./variables";
|
2021-11-09 09:34:34 +00:00
|
|
|
@import "sass/converse";
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|