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
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -532,7 +532,7 @@ $left-gutter: 64px;
visibility: hidden; visibility: hidden;
cursor: pointer; cursor: pointer;
top: 6px; top: 6px;
right: 6px; right: 12px;
width: 19px; width: 19px;
height: 19px; height: 19px;
background-color: $message-action-bar-fg-color; background-color: $message-action-bar-fg-color;