ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user