From 0e5297fcb008147cd0c80e7b5fcf9bb1b95dc0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Wed, 3 Mar 2021 16:44:43 +0100 Subject: [PATCH] Fix local feed size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/voip/_VideoFeed.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/voip/_VideoFeed.scss b/res/css/views/voip/_VideoFeed.scss index ed5bb86420..8ead8bba3e 100644 --- a/res/css/views/voip/_VideoFeed.scss +++ b/res/css/views/voip/_VideoFeed.scss @@ -22,7 +22,8 @@ limitations under the License. } .mx_VideoFeed_local { - width: 20%; + width: 25%; + height: 25%; position: absolute; right: 10px; top: 10px;