FIX: Chat mobile fix (#26)

This commit is contained in:
Jordan Vidrine 2023-03-27 21:57:44 -05:00 committed by GitHub
parent 7112ed45e1
commit c2422a5102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,5 @@
html body.has-full-page-chat #main-outlet.wrap {
html body.has-full-page-chat #main-outlet {
width: 100% !important;
padding: 0 !important;
background-color: var(--secondary) !important;
}
html body.chat-enabled #main-outlet {
width: 100% !important;
padding: 0 !important;
background-color: var(--secondary) !important;
.chat-channels {
height: var(--full-page-chat-height);
}
}