kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'account-action-space' into 'main'
account.tsx: add space between action See merge request soapbox-pub/soapbox!2874environments/review-main-yi2y9f/deployments/4289
commit
eebac879a8
|
@ -187,7 +187,7 @@ const Account = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div data-testid='account' className='group block w-full shrink-0' ref={overflowRef}>
|
<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'>
|
<HStack alignItems={withAccountNote || note ? 'top' : 'center'} space={3} className='overflow-hidden'>
|
||||||
<ProfilePopper
|
<ProfilePopper
|
||||||
condition={showProfileHoverCard}
|
condition={showProfileHoverCard}
|
||||||
|
|
Ładowanie…
Reference in New Issue