Update EmojiPickerButton, UploadButton position in ComposeForm
• Update: - EmojiPickerButton, UploadButton position in ComposeForm
This commit is contained in:
parent
4a23c62ec8
commit
ab65a9e002
@ -460,9 +460,10 @@ class ComposeForm extends ImmutablePureComponent {
|
||||
<div className={actionsContainerClasses}>
|
||||
<div className={[_s.default, _s.flexRow, _s.mrAuto].join(' ')}>
|
||||
|
||||
<UploadButton small={shouldCondense} />
|
||||
|
||||
<EmojiPickerButton small={shouldCondense} isMatch={isMatch} />
|
||||
|
||||
<UploadButton small={shouldCondense} />
|
||||
{ /* <GifSelectorButton small={shouldCondense} /> */}
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user