CSS: fix converse-chat-toolbar colors.

This commit is contained in:
John Livingston 2021-11-23 16:10:02 +01:00
parent 12b9b80871
commit c56003264f
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 7 additions and 0 deletions

View File

@ -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 {