From 4f56ff4121489a9d0d306a9aff2812c26ca3d496 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 13 Apr 2020 09:35:09 +0200 Subject: [PATCH] Fix fullscreen size --- assets/css/components/calls/window.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/components/calls/window.css b/assets/css/components/calls/window.css index c9b15dd2..83c7301b 100644 --- a/assets/css/components/calls/window.css +++ b/assets/css/components/calls/window.css @@ -67,6 +67,7 @@ flex-wrap: wrap; flex: 1; justify-content: center; + overflow: hidden; } .call-window .videos-area .video { @@ -77,10 +78,12 @@ display: flex; justify-content: center; align-items: center; + flex-direction: column; } .call-window .videos-area .video video { max-width: 100%; + flex: 1; } .call-window .window-bottom {