slightly better vh for mobile devices

This commit is contained in:
matty 2024-06-23 14:24:56 -04:00
parent c77dbbb22a
commit 6f8f167d19
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
height: 100%; height: 100%;
converse-muc { converse-muc {
min-height: max(62vh, 400px); min-height: max(58vh, 400px);
} }
} }