fix: 🐛

This commit is contained in:
codytseng 2025-09-01 22:31:32 +08:00
parent a1285fe44d
commit d189d51e26
5 changed files with 34 additions and 11 deletions

View file

@ -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' : ''}`}