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

Commit 53aca69

Browse files
authored
Fix font size of spaces between big emoji (#7675)
1 parent b5a5669 commit 53aca69

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,13 @@ $left-gutter: 64px;
386386
position: absolute;
387387
}
388388

389-
.mx_EventTile_bigEmoji .mx_Emoji {
390-
font-size: 48px !important;
389+
.mx_EventTile_bigEmoji {
390+
font-size: 48px;
391391
line-height: 57px;
392+
393+
.mx_Emoji {
394+
font-size: inherit !important;
395+
}
392396
}
393397

394398
.mx_EventTile_content .mx_EventTile_edited {

0 commit comments

Comments
 (0)