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

Commit 257b881

Browse files
committed
Change icon size
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 9a97b40 commit 257b881

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,15 @@ $left-gutter: 64px;
546546
mask-image: url($copy-button-url);
547547
}
548548
.mx_EventTile_collapseButton {
549+
mask-size: 75%;
550+
mask-position: center;
551+
mask-repeat: no-repeat;
549552
mask-image: url($collapse-button-url);
550553
}
551554
.mx_EventTile_expandButton {
555+
mask-size: 75%;
556+
mask-position: center;
557+
mask-repeat: no-repeat;
552558
mask-image: url($expand-button-url);
553559
}
554560

0 commit comments

Comments
 (0)