inline style

This commit is contained in:
Barış Soner Uşaklı 2023-06-14 12:27:53 -04:00
parent 8065138c40
commit f5ff8fa89d

View file

@ -100,8 +100,7 @@ export const buildEmoji = (emoji: StoredEmoji, whole: string, returnCharacter =
return `<img
src="${route}/${emoji.image}?${buster}"
class="not-responsive emoji emoji-${emoji.pack} emoji--${emoji.name}"
height="23px"
style="width: auto;"
style="height: 23px; width: auto; vertical-align: middle;"
title="${whole}"
alt="${emoji.character}"
/>`;