ui: improve hover card motion

This commit is contained in:
Anthony Fu 2022-11-25 21:58:49 +08:00
parent fd410010ca
commit b8ce2fc62b
4 changed files with 12 additions and 10 deletions

View file

@ -77,7 +77,7 @@ const timeago = useTimeAgo(() => status.createdAt, {
</div>
</div>
<div flex gap-4>
<AccountAvatar mt1 w-12 h-12 :account="status.account" hover />
<AccountAvatar w-12 h-12 :account="status.account" hover />
<div flex="~ col 1" min-w-0>
<div flex>
<StatusAccountDetails :account="status.account" />