mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-21 05:53:25 +02:00
small css fix
This commit is contained in:
@@ -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} />
|
||||
|
Reference in New Issue
Block a user