fix: rendering of high emoji (#1352)

fix: #1350
This commit is contained in:
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

View file

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