mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
fix avatar dialog layout
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div style="display: flex">
|
<div>
|
||||||
|
<div class="flex">
|
||||||
<img
|
<img
|
||||||
:src="avatarDialog.ref.thumbnailImageUrl"
|
:src="avatarDialog.ref.thumbnailImageUrl"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
@@ -104,9 +105,11 @@
|
|||||||
<span v-if="avatarDialog.ref.styles.primary" :class="['x-grey', 'x-tag-border-left']">{{
|
<span v-if="avatarDialog.ref.styles.primary" :class="['x-grey', 'x-tag-border-left']">{{
|
||||||
avatarDialog.ref.styles.primary
|
avatarDialog.ref.styles.primary
|
||||||
}}</span>
|
}}</span>
|
||||||
<span v-if="avatarDialog.ref.styles.secondary" :class="['x-grey', 'x-tag-border-left']">{{
|
<span
|
||||||
avatarDialog.ref.styles.secondary
|
v-if="avatarDialog.ref.styles.secondary"
|
||||||
}}</span>
|
:class="['x-grey', 'x-tag-border-left']"
|
||||||
|
>{{ avatarDialog.ref.styles.secondary }}</span
|
||||||
|
>
|
||||||
</Badge>
|
</Badge>
|
||||||
<Badge
|
<Badge
|
||||||
v-if="avatarDialog.isQuestFallback"
|
v-if="avatarDialog.isQuestFallback"
|
||||||
@@ -320,6 +323,7 @@
|
|||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<TabsUnderline
|
<TabsUnderline
|
||||||
v-model="avatarDialogActiveTab"
|
v-model="avatarDialogActiveTab"
|
||||||
|
|||||||
Reference in New Issue
Block a user