mirror of
https://github.com/elk-zone/elk
synced 2024-11-30 15:58:06 +09:00
feat: hide user handle in zen mode
This commit is contained in:
parent
9571d7338a
commit
f758fc6bea
@ -14,6 +14,6 @@ const { account, link = true } = defineProps<{
|
|||||||
text-link-rounded
|
text-link-rounded
|
||||||
>
|
>
|
||||||
<AccountDisplayName :account="account" font-bold line-clamp-1 ws-pre-wrap break-all />
|
<AccountDisplayName :account="account" font-bold line-clamp-1 ws-pre-wrap break-all />
|
||||||
<AccountHandle :account="account" />
|
<AccountHandle :account="account" class="zen-none" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user