CSS: fix converse-chat-toolbar colors.
This commit is contained in:
parent
12b9b80871
commit
c56003264f
@ -1,4 +1,11 @@
|
||||
#conversejs.theme-peertube {
|
||||
.chatbox {
|
||||
converse-chat-toolbar {
|
||||
color: var(--peertube-main-foreground);
|
||||
background-color: var(--peertube-main-background);
|
||||
}
|
||||
}
|
||||
|
||||
// hidding avatars when screen width is not big enough.
|
||||
@media screen and (max-width: 576px) {
|
||||
.message {
|
||||
|
Loading…
x
Reference in New Issue
Block a user