Merge branch 'align-x-buttons' into 'main'

Align x buttons in the reply section

Closes #1707

See merge request soapbox-pub/soapbox!3105
This commit is contained in:
Alex Gleason 2024-09-21 14:17:04 +00:00
commit 0004c9fd84
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const Account: React.FC<IAccount> = ({ composeId, accountId, author }) => {
return ( return (
<HStack space={1} alignItems='center' justifyContent='between' className='p-2.5'> <HStack space={1} alignItems='center' justifyContent='between' className='p-2.5'>
<div className='w-full'> <div className='w-5/6'>
<AccountComponent account={account} withRelationship={false} withLinkToProfile={false} /> <AccountComponent account={account} withRelationship={false} withLinkToProfile={false} />
</div> </div>
{!author && button} {!author && button}