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,
|
basePath,
|
||||||
iconId,
|
iconId,
|
||||||
'.svg',
|
'.svg',
|
||||||
'" align="bottom" width="',
|
'" align="middle" width="',
|
||||||
Math.round(emojiSize * 6 / 5 ),
|
Math.round(emojiSize * 1.15 ),
|
||||||
'" height="',
|
'" height="',
|
||||||
Math.round(emojiSize * 6 / 5 ),
|
Math.round(emojiSize * 1.15 ),
|
||||||
'"/>'
|
'"/>'
|
||||||
) : rawText;
|
) : rawText;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue