Skip to content

Commit

Permalink
style: mobile style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 11, 2024
1 parent 050e931 commit 8b250b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stage/src/components/MainStage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ onUnmounted(() => {
@error="console.error"
/>
<div
class="relative <lg:(absolute bottom-0 from-zinc-800/80 to-zinc-800/0 bg-gradient-to-t p-2)"
class="relative <lg:(absolute bottom-0 from-zinc-100/80 to-zinc-800/0 bg-gradient-to-t p-2 dark:from-zinc-800/80)"
px="<sm:2" py="<sm:2" rounded="lg"
w="50% <lg:full" flex="~ col 1" overflow-hidden max-h="[calc(100vh-220px)]"
>
Expand Down

0 comments on commit 8b250b3

Please sign in to comment.