1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-14 21:09:58 +00:00

feat: support wider emoji (#3028)

This commit is contained in:
TAKAHASHI Shuuji 2024-10-29 03:26:41 +09:00 committed by GitHub
parent 9fc75afdf0
commit 54cc0e4735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ body {
.iconify-emoji { .iconify-emoji {
display: inline-block; display: inline-block;
height: 1.2em; height: 1.2em;
width: 1.2em; max-width: 100%;
margin-right: 0.075em; margin-right: 0.075em;
margin-left: 0.075em; margin-left: 0.075em;
object-fit: contain; object-fit: contain;