mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-24 23:29:30 -05:00
Use compact buttons in collection account list (#38543)
This commit is contained in:
parent
59299c69ff
commit
7e6813e95c
|
|
@ -111,9 +111,9 @@ const AccountItem: React.FC<{
|
|||
</NumberFields>
|
||||
}
|
||||
/>
|
||||
{!withoutButton && <FollowButton accountId={accountId} />}
|
||||
{!withoutButton && <FollowButton compact accountId={accountId} />}
|
||||
{isOwnAccount && (
|
||||
<Button secondary onClick={onRevoke}>
|
||||
<Button secondary compact onClick={onRevoke}>
|
||||
<FormattedMessage
|
||||
id='collections.detail.revoke_inclusion'
|
||||
defaultMessage='Remove me'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user