fix: shrink the height of avatar (#2361)

This commit is contained in:
Sma11X 2023-08-23 05:58:31 +08:00 committed by GitHub
parent ee88c111f2
commit c1bca79c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ onDeactivated(() => {
</template>
<div flex gap-3 flex-1>
<NuxtLink :to="getAccountRoute(currentUser.account)">
<NuxtLink self-start :to="getAccountRoute(currentUser.account)">
<AccountBigAvatar :account="currentUser.account" square />
</NuxtLink>
<!-- This `w-0` style is used to avoid overflow problems in flex layoutsso don't remove it unless you know what you're doing -->