mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
tidy up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @click="confirm" class="avatar-info">
|
||||
<div @click="confirm" class="cursor-pointer w-fit align-top">
|
||||
<span v-if="avatarType" :class="color" class="mr-2">
|
||||
<Lock v-if="avatarType === '(own)'" class="h-4 w-4" />
|
||||
<Unlock v-else-if="avatarType === '(public)'" class="h-4 w-4" />
|
||||
|
||||
Reference in New Issue
Block a user