Peertube theme: hide avatars when width<576px.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
@import "./variables";
|
||||
@import "sass/converse";
|
||||
@import "./peertubetheme";
|
||||
|
||||
body.livechat-iframe #conversejs .chat-head {
|
||||
// Hidding the chat-head when the plugin is displayed in an iframe.
|
||||
@ -7,6 +8,7 @@ body.livechat-iframe #conversejs .chat-head {
|
||||
}
|
||||
|
||||
#conversejs-bg {
|
||||
// We are using a custom template that differs from the original, this is required.
|
||||
.converse-brand__heading {
|
||||
img {
|
||||
margin-top: 0.3em;
|
||||
|
Reference in New Issue
Block a user