Move icons to the left

We do this because they would otherwise collide with the scrollbar

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-09 08:16:36 +01:00
parent 62939f1348
commit e2bf0c84d7

View File

@@ -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;