ConverseJS Peertube theme: bigger occupants sidebar when width is not big enough.

This commit is contained in:
John Livingston 2021-11-17 11:57:52 +01:00
parent 63111a0687
commit 8b41fa7a20
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 13 additions and 0 deletions

View File

@ -11,4 +11,17 @@
}
}
}
// Bigger occupants sidebar when width is not big enough.
@media screen and (max-width: 576px) {
.chatroom {
.box-flyout {
.chatroom-body {
.occupants {
min-width: 50%;
}
}
}
}
}
}