mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
Fixes #1610
This commit is contained in:
parent
efc1feb2fa
commit
1d2ad3092f
@ -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; }` +
|
||||
|
Loading…
x
Reference in New Issue
Block a user