From 9379a2a0edb77c0ebfaa091588a3d78984dc8041 Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 4 Sep 2024 19:08:21 -0400 Subject: [PATCH] better sizing for mobile devices --- assets/styles/video/_container.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/video/_container.scss b/assets/styles/video/_container.scss index e3a155b9..58fdc44c 100644 --- a/assets/styles/video/_container.scss +++ b/assets/styles/video/_container.scss @@ -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); } } }