Fix font size of spaces between big emoji (#7675)

pull/21833/head
Robin 2022-01-31 04:53:04 -05:00 committed by GitHub
parent b5a56698d6
commit 53aca69594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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 {