From 15406eaff2b9aae8149fa553e4675bcfb646ec7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 20 Jul 2021 16:18:48 +0200 Subject: [PATCH] Put the sidebar to the bottom rather than the top 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 da60687194..02700677e9 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -17,7 +17,7 @@ limitations under the License. .mx_CallViewSidebar { position: absolute; right: 16px; - top: 16px; + bottom: 16px; z-index: 100; // To be above the primary feed max-width: 20%; min-width: 160px; // To match .mx_VideoFeed_voice