mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-13 22:29:18 +02:00
small css fix
This commit is contained in:
parent
712b668e07
commit
efec51300d
@ -54,7 +54,7 @@ export default function AccountSettings() {
|
||||
<Flex gap="2" alignItems="center" wrap="wrap">
|
||||
<UserAvatar pubkey={account.pubkey} />
|
||||
<Box lineHeight={1}>
|
||||
<Heading size="lg">
|
||||
<Heading size="md">
|
||||
<UserName pubkey={account.pubkey} />
|
||||
</Heading>
|
||||
<UserDnsIdentity pubkey={account.pubkey} />
|
||||
@ -82,7 +82,7 @@ export default function AccountSettings() {
|
||||
<Flex gap="2" alignItems="center" wrap="wrap" key={account.pubkey}>
|
||||
<UserAvatar pubkey={account.pubkey} />
|
||||
<Box lineHeight={1}>
|
||||
<Heading size="lg">
|
||||
<Heading size="md">
|
||||
<UserName pubkey={account.pubkey} />
|
||||
</Heading>
|
||||
<UserDnsIdentity pubkey={account.pubkey} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user