mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
fix styles
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
:unmount-on-hide="false"
|
||||
@update:modelValue="worldDialogTabClick">
|
||||
<template #Instances>
|
||||
<div class="flex items-center">
|
||||
<div class="flex items-center text-sm">
|
||||
<User />
|
||||
{{ t('dialog.world.instances.public_count', { count: worldDialog.ref.publicOccupants }) }}
|
||||
<User style="margin-left: 10px" />
|
||||
@@ -338,11 +338,12 @@
|
||||
<div style="margin: 5px 0">
|
||||
<div class="flex-align-center">
|
||||
<LocationWorld
|
||||
class="text-sm"
|
||||
:locationobject="room.$location"
|
||||
:currentuserid="currentUser.id"
|
||||
:worlddialogshortname="worldDialog.$location.shortName" />
|
||||
<InstanceActionBar
|
||||
class="ml-1"
|
||||
class="ml-1 text-sm"
|
||||
:location="room.$location.tag"
|
||||
:launch-location="room.tag"
|
||||
:instance-location="room.tag"
|
||||
|
||||
Reference in New Issue
Block a user