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>pull/21833/head
parent
62939f1348
commit
e2bf0c84d7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue