ComposeForm: make all buttons acessible on mobile (hotfix)

next-virtuoso-proof
Alex Gleason 2022-04-13 15:49:36 -05:00
rodzic 883ffb0a74
commit eaf42370b9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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} />