mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-06-26 08:41:12 +02:00
small css fix
This commit is contained in:
parent
6752b80c0d
commit
c6b5df0426
@ -32,9 +32,9 @@ function AccountItem({ account }: { account: Account }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<Box display="flex" gap="4" alignItems="center" cursor="pointer" onClick={handleClick}>
|
||||
<Box display="flex" gap="2" alignItems="center" cursor="pointer" onClick={handleClick}>
|
||||
<UserAvatar pubkey={pubkey} size="sm" />
|
||||
<Box flex={1}>
|
||||
<Box flex={1} overflow="hidden">
|
||||
<Text isTruncated>{getUserDisplayName(metadata, pubkey)}</Text>
|
||||
<AccountInfoBadge fontSize="0.7em" account={account} />
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user