1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00

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