Fix mobile formatting issue

This commit is contained in:
Webifi
2023-06-05 07:09:57 -05:00
parent 7bbddfda5d
commit f1dbf5d74d
2 changed files with 5 additions and 1 deletions

View File

@@ -638,3 +638,7 @@ aside.menu.main-menu .menu-expanse {
.modal .modal-content.nomax {
max-height: none;
}
.modal.chat-settings .field-body {
max-width: calc(100% - 40px);
}