mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix friend sidebar auto scroll issue
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
friend.ref.statusDescription
|
||||
}}</span>
|
||||
<template v-else>
|
||||
<div v-if="friend.pendingOffline" class="text-xs">
|
||||
<div v-if="friend.pendingOffline" class="extra block truncate text-xs">
|
||||
{{ t('side_panel.pending_offline') }}
|
||||
</div>
|
||||
<template v-else-if="isGroupByInstance">
|
||||
@@ -34,7 +34,7 @@
|
||||
</template>
|
||||
<Location
|
||||
v-else
|
||||
class="text-xs"
|
||||
class="extra block truncate text-xs"
|
||||
:location="locationProp"
|
||||
:traveling="travelingProp"
|
||||
:link="false" />
|
||||
|
||||
Reference in New Issue
Block a user