Peertube theme: fix modal background color.
This commit is contained in:
parent
c56003264f
commit
09c2b676ba
@ -6,6 +6,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
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