From ee5cb42cc91f3d1c8c8f6e85938be181033ba222 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 12 Jun 2022 00:43:28 +0000 Subject: [PATCH] th: glitch: emoji: set sprite sheet to 63x63 --- .../glitch/features/emoji_picker/index.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/app/javascript/flavours/glitch/features/emoji_picker/index.js b/app/javascript/flavours/glitch/features/emoji_picker/index.js index 5de9fe107f..f6821c76b5 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=''