From 0af64504b169251aae42746f10f498f313798f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 20 Jul 2021 16:53:53 +0200 Subject: [PATCH] Reverse sidebar order 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 02700677e9..e56f527892 100644 --- a/res/css/views/voip/_CallViewSidebar.scss +++ b/res/css/views/voip/_CallViewSidebar.scss @@ -22,5 +22,5 @@ limitations under the License. max-width: 20%; min-width: 160px; // To match .mx_VideoFeed_voice display: flex; - flex-direction: column; + flex-direction: column-reverse; }