fix: avatar shrink on hover card

This commit is contained in:
三咲智子 2022-11-26 01:16:50 +08:00
parent eec37470f9
commit 2a166b95d2
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -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>