fix avatar dialog layout

This commit is contained in:
pa
2026-01-20 18:20:08 +09:00
committed by Natsumi
parent b2bd7693bb
commit 6dfea34dd2
@@ -1,6 +1,7 @@
<template>
<div>
<div style="display: flex">
<div>
<div class="flex">
<img
:src="avatarDialog.ref.thumbnailImageUrl"
class="cursor-pointer"
@@ -104,9 +105,11 @@
<span v-if="avatarDialog.ref.styles.primary" :class="['x-grey', 'x-tag-border-left']">{{
avatarDialog.ref.styles.primary
}}</span>
<span v-if="avatarDialog.ref.styles.secondary" :class="['x-grey', 'x-tag-border-left']">{{
avatarDialog.ref.styles.secondary
}}</span>
<span
v-if="avatarDialog.ref.styles.secondary"
:class="['x-grey', 'x-tag-border-left']"
>{{ avatarDialog.ref.styles.secondary }}</span
>
</Badge>
<Badge
v-if="avatarDialog.isQuestFallback"
@@ -320,6 +323,7 @@
</DropdownMenu>
</div>
</div>
</div>
<TabsUnderline
v-model="avatarDialogActiveTab"