ui: improve
This commit is contained in:
parent
fd55abea03
commit
84cdea945f
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ const { link = true } = defineProps<{
|
|||
<AccountHoverWrapper :account="account">
|
||||
<NuxtLink
|
||||
:to="link ? getAccountPath(account) : undefined"
|
||||
:class="link ? 'text-link-rounded' : ''"
|
||||
:class="link ? 'text-link-rounded ml-0 pl-0' : ''"
|
||||
min-w-0 flex gap-1 items-center
|
||||
>
|
||||
<AccountAvatar :account="account" w-5 h-5 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue