This commit is contained in:
staked-smart-ace 2021-01-13 23:07:04 +04:00 committed by Iuri Matias
parent efc1feb2fa
commit 1d2ad3092f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Item {
if(contentType === Constants.stickerType) return "";
let msg = Utils.linkifyAndXSS(message);
if(isEmoji) {
return Emoji.parse(msg, Emoji.size.big);
return Emoji.parse(msg, Emoji.size.small);
} else {
return `<style type="text/css">` +
`p, img, a, del, code, blockquote { margin: 0; padding: 0; }` +