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:
Alex Gleason 2023-11-28 18:37:32 +00:00
commit eebac879a8

View file

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