fix: prevent infinite account hover card (#3153)
This commit is contained in:
parent
443208468e
commit
e4a3cf00f0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const relationship = useRelationship(account)
|
|||
<div v-show="relationship" flex="~ col gap2" rounded min-w-90 max-w-120 z-100 overflow-hidden p-4>
|
||||
<div flex="~ gap2" items-center>
|
||||
<NuxtLink :to="getAccountRoute(account)" flex-auto rounded-full hover:bg-active transition-100 pe5 me-a>
|
||||
<AccountInfo :account="account" :hover-card="true" />
|
||||
<AccountInfo :account="account" :hover-card="false" />
|
||||
</NuxtLink>
|
||||
<AccountFollowButton text-sm :account="account" :relationship="relationship" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue