fix: debug widget broken on desktop view
This commit is contained in:
@@ -62,7 +62,7 @@ defineExpose({
|
||||
</label>
|
||||
</div>
|
||||
<TransitionVertical>
|
||||
<div v-if="show" absolute w-full min-w="50vw" z="<md:20" class="<md:bottom-10 <md:right-0">
|
||||
<div v-if="show" absolute w-full min-w="50vw" z="<md:20" class="bottom-10 right-0">
|
||||
<div bg="zinc-200/20 dark:black/20" rounded-lg p-2 backdrop-blur-sm>
|
||||
<div font-mono>
|
||||
<span>Emotions</span>
|
||||
|
||||
@@ -81,7 +81,7 @@ defineExpose({
|
||||
</label>
|
||||
</div>
|
||||
<TransitionVertical>
|
||||
<div v-if="show" absolute w-full min-w="50vw" z="<md:20" class="<md:bottom-10 <md:right-0">
|
||||
<div v-if="show" absolute w-full min-w="50vw" z="<md:20" class="bottom-10 right-0">
|
||||
<div bg="zinc-200/20 dark:black/20" flex="~ col" gap-2 rounded-lg p-2 backdrop-blur-sm>
|
||||
<div font-mono>
|
||||
<span>Model</span>
|
||||
|
||||
Reference in New Issue
Block a user