From 6ae1f533e9dd53b638bb358ce023a3b5cbc8c112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 12 Jun 2021 13:50:25 +0200 Subject: [PATCH] Add min-width 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/voip/_CallViewSidebar.scss b/res/css/views/voip/_CallViewSidebar.scss index 636c73133b..da60687194 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -19,7 +19,8 @@ limitations under the License. right: 16px; top: 16px; z-index: 100; // To be above the primary feed - max-width: 15%; + max-width: 20%; + min-width: 160px; // To match .mx_VideoFeed_voice display: flex; flex-direction: column; }