Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7dc6029

Browse files
committed
Move icons
This tweaks the icon positions to look a bit better. Espacially with a scrollbar on the side Signed-off-by: Šimon Brandner <[email protected]>
1 parent a87e637 commit 7dc6029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,14 +531,14 @@ $left-gutter: 64px;
531531
display: inline-block;
532532
visibility: hidden;
533533
cursor: pointer;
534-
top: 6px;
535-
right: 12px;
534+
top: 8px;
535+
right: 8px;
536536
width: 19px;
537537
height: 19px;
538538
background-color: $message-action-bar-fg-color;
539539
}
540540
.mx_EventTile_buttonBottom {
541-
top: 31px;
541+
top: 33px;
542542
}
543543
.mx_EventTile_copyButton {
544544
mask-image: url($copy-button-url);

0 commit comments

Comments
 (0)