fix: 🐛
This commit is contained in:
parent
a1285fe44d
commit
d189d51e26
5 changed files with 34 additions and 11 deletions
|
|
@ -108,7 +108,7 @@ export default function Note({
|
|||
<div className="flex items-center space-x-2 flex-1">
|
||||
<UserAvatar userId={event.pubkey} size={size === 'small' ? 'medium' : 'normal'} />
|
||||
<div className="flex-1 w-0">
|
||||
<div className="flex gap-2 items-baseline">
|
||||
<div className="flex gap-2 items-center">
|
||||
<Username
|
||||
userId={event.pubkey}
|
||||
className={`font-semibold flex truncate ${size === 'small' ? 'text-sm' : ''}`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue