PLT-7224 - Updating post textbox UI (#7153)
* PLT-7224 - Updating post textbox UI * Updating post textbox spacing * Updating emoji icon
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
086365fb84
Коммит
1a71589dce
@@ -721,7 +721,7 @@ export default class CreatePost extends React.Component {
|
||||
let emojiPicker = null;
|
||||
if (window.mm_config.EnableEmojiPicker === 'true') {
|
||||
emojiPicker = (
|
||||
<span>
|
||||
<span className='emoji-picker__container'>
|
||||
<EmojiPickerOverlay
|
||||
show={this.state.showEmojiPicker}
|
||||
container={this.props.getChannelView}
|
||||
@@ -732,7 +732,8 @@ export default class CreatePost extends React.Component {
|
||||
topOffset={-7}
|
||||
/>
|
||||
<span
|
||||
className={'fa fa-smile-o icon--emoji-picker emoji-main'}
|
||||
className='icon icon--emoji'
|
||||
dangerouslySetInnerHTML={{__html: Constants.EMOJI_ICON_SVG}}
|
||||
onClick={this.toggleEmojiPicker}
|
||||
onMouseOver={EmojiPicker.beginPreloading}
|
||||
/>
|
||||
@@ -767,7 +768,7 @@ export default class CreatePost extends React.Component {
|
||||
/>
|
||||
<span
|
||||
ref='createPostControls'
|
||||
className='btn btn-file'
|
||||
className='post-body__actions'
|
||||
>
|
||||
{fileUpload}
|
||||
{emojiPicker}
|
||||
|
||||
Ссылка в новой задаче
Block a user