mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
show name color in user search
This commit is contained in:
@@ -240,7 +240,7 @@
|
|||||||
<img v-lazy="user.currentAvatarThumbnailImageUrl">
|
<img v-lazy="user.currentAvatarThumbnailImageUrl">
|
||||||
</div>
|
</div>
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
<span v-text="user.displayName" class="name"></span>
|
<span v-text="user.displayName" class="name" :class="user.$trustClass"></span>
|
||||||
<span v-text="user.username" class="extra" style="font-family:monospace"></span>
|
<span v-text="user.username" class="extra" style="font-family:monospace"></span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user