forked from Mirrors/elk
fix: avatar shrink on hover card
This commit is contained in:
parent
eec37470f9
commit
2a166b95d2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const accountHandle = $(useAccountHandle(account, fullServer))
|
|||
|
||||
<template>
|
||||
<div flex gap-3 cursor-default>
|
||||
<div>
|
||||
<div flex-shrink-0>
|
||||
<NuxtLink :to="link ? getAccountPath(account) : null">
|
||||
<AccountAvatar :account="account" :hover="hover" w-12 h-12 />
|
||||
</NuxtLink>
|
||||
|
|
Loading…
Reference in a new issue