Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sysadmin
mattermost
mattermost-webapp
Commits
7376c69b
Commit
7376c69b
authored
Jun 14, 2018
by
Joram Wilander
Committed by
Carlos Tadeu Panato Junior
Jun 14, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert width change of emoji picker to fix keyboard navigation (#1339)
parent
8911ee7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
components/emoji_picker/emoji_picker.jsx
components/emoji_picker/emoji_picker.jsx
+1
-1
sass/components/_emoticons.scss
sass/components/_emoticons.scss
+1
-1
No files found.
components/emoji_picker/emoji_picker.jsx
View file @
7376c69b
...
...
@@ -21,7 +21,7 @@ const EMOJI_CONTAINER_STYLE = {
height
:
EMOJI_CONTAINER_HEIGHT
,
};
const
EMOJI_LAZY_LOAD_BUFFER
=
75
;
const
EMOJI_PER_ROW
=
10
;
const
EMOJI_PER_ROW
=
9
;
const
EMOJI_TO_LOAD_PER_UPDATE
=
135
;
const
SYSTEM_EMOJIS_COUNT
=
1476
;
const
EMOJI_LAZY_LOAD_SCROLL_THROTTLE
=
100
;
...
...
sass/components/_emoticons.scss
View file @
7376c69b
...
...
@@ -56,7 +56,7 @@
flex-direction
:
column
;
margin-right
:
3px
;
position
:
absolute
;
width
:
2
8
8px
;
width
:
2
7
8px
;
z-index
:
10
;
.app__content
&
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment