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

Commit 667c94b

Browse files
authored
Merge pull request #5643 from SimonBrandner/move-icons
Tweak code block icon positions
2 parents 5793f55 + 7dc6029 commit 667c94b

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)