fix: some 🐛
This commit is contained in:
parent
bfba681461
commit
91977d6495
3 changed files with 8 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ export default function ParentNotePreview({
|
|||
onClick={onClick}
|
||||
>
|
||||
<div className="shrink-0">{t('reply to')}</div>
|
||||
<UserAvatar userId={event.pubkey} size="tiny" />
|
||||
<UserAvatar className="shrink-0" userId={event.pubkey} size="tiny" />
|
||||
<div className="truncate">{event.content}</div>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue