fix: shrink the height of avatar (#2361)
This commit is contained in:
parent
ee88c111f2
commit
c1bca79c50
@ -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 layouts,so don't remove it unless you know what you're doing -->
|
||||
|
Loading…
Reference in New Issue
Block a user