mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 01:15:25 +03:00
fix: shrink the height of avatar (#2361)
This commit is contained in:
parent
ee88c111f2
commit
c1bca79c50
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue