ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.

This commit is contained in:
John Livingston
2022-01-05 20:22:33 +01:00
parent 2effa8e4e9
commit 0f0682036c
2 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@
}
// hidding avatars when screen width is not big enough.
@media screen and (max-width: 576px) {
@media screen and (max-width: 250px) {
.message {
&.chat-msg {
.chat-msg__content {