mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
frienditem hover effect
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="x-friend-item" @click="showUserDialog(friend.id)">
|
||||
<div class="x-friend-item hover:bg-muted/50" @click="showUserDialog(friend.id)">
|
||||
<template v-if="friend.ref">
|
||||
<div
|
||||
class="avatar"
|
||||
|
||||
Reference in New Issue
Block a user