Merge branch 'account-action-space' into 'main'
account.tsx: add space between action See merge request soapbox-pub/soapbox!2874
This commit is contained in:
commit
eebac879a8
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ const Account = ({
|
|||
|
||||
return (
|
||||
<div data-testid='account' className='group block w-full shrink-0' ref={overflowRef}>
|
||||
<HStack alignItems={actionAlignment} justifyContent='between'>
|
||||
<HStack alignItems={actionAlignment} space={3} justifyContent='between'>
|
||||
<HStack alignItems={withAccountNote || note ? 'top' : 'center'} space={3} className='overflow-hidden'>
|
||||
<ProfilePopper
|
||||
condition={showProfileHoverCard}
|
||||
|
|
Loading…
Reference in a new issue