Updating stylelint dependencies.

This commit is contained in:
John Livingston
2024-09-10 10:38:45 +02:00
parent 4f2fbfc228
commit 634e894522
5 changed files with 672 additions and 1071 deletions

View File

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