Tweak emoji size a bit...
This commit is contained in:
parent
ab879f8db3
commit
9bf9a1a1eb
1 changed files with 3 additions and 3 deletions
|
@ -51,10 +51,10 @@ function emojify(str, emojiSize) {
|
|||
basePath,
|
||||
iconId,
|
||||
'.svg',
|
||||
'" align="bottom" width="',
|
||||
Math.round(emojiSize * 6 / 5 ),
|
||||
'" align="middle" width="',
|
||||
Math.round(emojiSize * 1.15 ),
|
||||
'" height="',
|
||||
Math.round(emojiSize * 6 / 5 ),
|
||||
Math.round(emojiSize * 1.15 ),
|
||||
'"/>'
|
||||
) : rawText;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue