Skip to content

Commit

Permalink
fix: debug widget broken on desktop view
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Jan 3, 2025
1 parent a0a4996 commit 1a773e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/stage/src/components/Scenes/Live2D.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion packages/stage/src/components/Scenes/VRM.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1a773e6

Please sign in to comment.