From 72948b91678e116dde2b9a9888c7dc5c1d3053e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 22 Jul 2021 09:45:33 +0200 Subject: [PATCH] Keep aspect ratio for voice feeds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/voip/_CallViewSidebar.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/res/css/views/voip/_CallViewSidebar.scss b/res/css/views/voip/_CallViewSidebar.scss index 816a6ef7bf..b91c4d7fe6 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -37,8 +37,7 @@ limitations under the License. align-items: center; justify-content: center; - min-width: 160px; - min-height: 90px; + aspect-ratio: 16 / 9; } } @@ -47,10 +46,5 @@ limitations under the License. bottom: unset; justify-content: flex-end; gap: 4px; - - .mx_VideoFeed_voice { - min-width: 64px; - min-height: 36px; - } } }