feat: show hover card in more places

This commit is contained in:
三咲智子 2022-11-25 18:54:49 +08:00
parent 569ae00284
commit bb05003fa3
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
7 changed files with 32 additions and 19 deletions

View file

@ -9,7 +9,7 @@ const { link = true } = defineProps<{
<template>
<NuxtLink :to="link ? getAccountPath(account) : undefined" min-w-0 flex gap-1 items-center>
<AccountAvatar :account="account" w-5 h-5 />
<AccountAvatar :account="account" w-5 h-5 hover />
<ContentRichSetup :content="getDisplayName(account)" :emojis="account.emojis" />
</NuxtLink>
</template>