Fix emoji rendering

This commit is contained in:
eris 2022-08-03 05:05:33 +00:00
parent 69b1f25497
commit ee633216fd
2 changed files with 6 additions and 1 deletions

View file

@ -49,7 +49,7 @@
} }
.emoji { .emoji {
display: inline-block; display: inline-flex;
width: var(--emoji-size, 32px); width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px); height: var(--emoji-size, 32px);
} }

View file

@ -93,4 +93,9 @@
} }
} }
} }
.still-image.emoji {
img {
height: unset;
}
}
</style> </style>