Profile Header: improve action button alignment on mobile
This commit is contained in:
parent
379fb61cd4
commit
f4086b2ee3
1 changed files with 2 additions and 2 deletions
|
@ -607,8 +607,8 @@ class Header extends ImmutablePureComponent {
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div className='mt-6 sm:flex-1 sm:min-w-0 sm:flex sm:items-center sm:justify-end sm:space-x-6 sm:pb-1'>
|
||||
<div className='mt-10 flex justify-stretch flex-row space-y-0 space-x-2'>
|
||||
<div className='mt-6 flex flex-grow sm:pb-1'>
|
||||
<div className='mt-10 ml-auto flex justify-stretch flex-row space-y-0 space-x-2'>
|
||||
{me && (
|
||||
<Menu>
|
||||
<MenuButton
|
||||
|
|
Loading…
Reference in a new issue