From e2bf0c84d7011f59c30ebd3bc3a61fab4c6a3662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 9 Feb 2021 08:16:36 +0100 Subject: [PATCH] Move icons to the left MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We do this because they would otherwise collide with the scrollbar Signed-off-by: Šimon Brandner --- res/css/views/rooms/_EventTile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index da94f914f7..42df3211de 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -532,7 +532,7 @@ $left-gutter: 64px; visibility: hidden; cursor: pointer; top: 6px; - right: 6px; + right: 12px; width: 19px; height: 19px; background-color: $message-action-bar-fg-color;