diff --git a/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js b/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js index c81a58d99e..c77b845af3 100644 --- a/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js +++ b/app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js @@ -38,8 +38,8 @@ const notFoundFn = () => ( set='twitter' size={32} sheetSize={32} - sheetColumns={63} - sheetRows={63} + sheetColumns={60} + sheetRows={60} backgroundImageFn={backgroundImageFn} /> @@ -98,12 +98,12 @@ class ModifierPickerMenu extends React.PureComponent { return (
- - - - - - + + + + + +
); } @@ -138,7 +138,7 @@ class ModifierPicker extends React.PureComponent { return (
- +
); @@ -279,8 +279,8 @@ class EmojiPickerMenu extends React.PureComponent { perLine={8} emojiSize={22} sheetSize={32} - sheetColumns={63} - sheetRows={63} + sheetColumns={60} + sheetRows={60} custom={buildCustomEmojis(custom_emojis)} color='' emoji=''