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); } } }