mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-emoji.git
synced 2025-10-04 01:20:58 +08:00
inline style
This commit is contained in:
parent
8065138c40
commit
f5ff8fa89d
1 changed files with 1 additions and 2 deletions
|
@ -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}"
|
||||
/>`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue