mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
frienditem hover effect
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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">
|
<template v-if="friend.ref">
|
||||||
<div
|
<div
|
||||||
class="avatar"
|
class="avatar"
|
||||||
|
|||||||
Reference in New Issue
Block a user