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

Commit

Permalink
Fix font size of spaces between big emoji (#7675)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown committed Jan 31, 2022
1 parent b5a5669 commit 53aca69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,13 @@ $left-gutter: 64px;
position: absolute;
}

.mx_EventTile_bigEmoji .mx_Emoji {
font-size: 48px !important;
.mx_EventTile_bigEmoji {
font-size: 48px;
line-height: 57px;

.mx_Emoji {
font-size: inherit !important;
}
}

.mx_EventTile_content .mx_EventTile_edited {
Expand Down

0 comments on commit 53aca69

Please sign in to comment.