web/emoji: fix streched images in shortcodes

This commit is contained in:
nyx 2024-12-23 13:37:38 -06:00
parent a0ce4f8cfe
commit 1b165b4b72

View file

@ -35,6 +35,7 @@ div.autocompletions {
> img { > img {
width: 1.5rem; width: 1.5rem;
height: 1.5rem; height: 1.5rem;
object-fit: contain;
} }
} }
} }