better sizing for mobile devices

This commit is contained in:
matty 2024-09-04 19:08:21 -04:00
parent 4a91028a76
commit 9379a2a0ed
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@
/* On small screen, and when portrait mode, we are giving the chat more vertical space.
It should go under the video.
*/
min-height: max(50vh, 300px);
min-height: max(55vh, 300px);
converse-muc {
min-height: max(50vh, 300px);
min-height: max(55vh, 300px);
}
}
}