From 2873bf6c3cf6f0b272c78023485c447e0740a10d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 22 Jul 2021 09:50:56 +0200 Subject: [PATCH] Make feeds bit a smaller 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/voip/_CallViewSidebar.scss b/res/css/views/voip/_CallViewSidebar.scss index b91c4d7fe6..57989fb8f7 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -21,7 +21,7 @@ limitations under the License. z-index: 100; // To be above the primary feed height: 100%; - width: 25%; + width: 20%; display: flex; flex-direction: column-reverse;