kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
ComposeForm: make all buttons acessible on mobile (hotfix)
rodzic
883ffb0a74
commit
eaf42370b9
|
@ -364,7 +364,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||||
<QuotedStatusContainer />
|
<QuotedStatusContainer />
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={classNames('flex items-center justify-between', {
|
className={classNames('flex flex-wrap items-center justify-between', {
|
||||||
'hidden': condensed,
|
'hidden': condensed,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
|
@ -378,7 +378,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||||
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} />
|
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='flex items-center space-x-4 ml-4'>
|
<div className='flex items-center space-x-4 ml-auto'>
|
||||||
{maxTootChars && (
|
{maxTootChars && (
|
||||||
<div className='flex items-center space-x-1'>
|
<div className='flex items-center space-x-1'>
|
||||||
<TextCharacterCounter max={maxTootChars} text={text} />
|
<TextCharacterCounter max={maxTootChars} text={text} />
|
||||||
|
|
Ładowanie…
Reference in New Issue