diff --git a/app/javascript/flavours/glitch/features/emoji_picker/index.js b/app/javascript/flavours/glitch/features/emoji_picker/index.js index 5de9fe107ff..f6821c76b50 100644 --- a/app/javascript/flavours/glitch/features/emoji_picker/index.js +++ b/app/javascript/flavours/glitch/features/emoji_picker/index.js @@ -118,6 +118,8 @@ const notFoundFn = () => ( set='twitter' size={32} sheetSize={32} + sheetColumns={63} + sheetRows={63} backgroundImageFn={backgroundImageFn} /> @@ -176,12 +178,12 @@ class ModifierPickerMenu extends React.PureComponent { return (
- - - - - - + + + + + +
); } @@ -216,7 +218,7 @@ class ModifierPicker extends React.PureComponent { return (
- +
); @@ -357,6 +359,8 @@ class EmojiPickerMenu extends React.PureComponent { perLine={8} emojiSize={22} sheetSize={32} + sheetColumns={63} + sheetRows={63} custom={buildCustomEmojis(custom_emojis)} color='' emoji=''