fix: rendering of high emoji (#1352)

fix: #1350
zio/stable
Piotrek Tomczewski 2023-01-22 14:41:56 +01:00 committed by GitHub
parent 844fb26d27
commit 45431ef504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -36,10 +36,13 @@ body {
.custom-emoji { .custom-emoji {
display: inline-block; display: inline-block;
overflow: hidden; vertical-align: text-bottom;
}
.custom-emoji img {
max-height: 1.3em; max-height: 1.3em;
max-width: 1.3em; max-width: 1.3em;
vertical-align: text-bottom; object-fit: contain;
} }
.iconify-emoji { .iconify-emoji {