mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-15 12:53:51 +02:00
Avatar tags grey
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div @click="confirm" class="cursor-pointer w-fit align-top flex items-center">
|
||||
<span class="flex items-center"
|
||||
>{{ avatarName }} <Lock v-if="avatarType && avatarType === '(own)'" class="h-4 w-4 mx-1"
|
||||
<span class="flex items-center mr-1"
|
||||
>{{ avatarName }} <Lock v-if="avatarType && avatarType === '(own)'" class="h-4 w-4 ml-1"
|
||||
/></span>
|
||||
<TooltipWrapper v-if="avatarTags">
|
||||
<template #content>
|
||||
<span class="truncate">{{ avatarTags }}</span>
|
||||
</template>
|
||||
<span style="font-size: 12px" class="truncate">{{ avatarTags }}</span>
|
||||
<span style="font-size: 12px" class="truncate text-muted-foreground">{{ avatarTags }}</span>
|
||||
</TooltipWrapper>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user