feat(stage-layouts): hide header in desktop (#1462)

This commit is contained in:
Liet Blue
2026-03-24 10:14:35 +08:00
committed by GitHub
parent 219068ebdb
commit fe40ac72c5
@@ -82,6 +82,7 @@ onMounted(() => updateThemeColor())
>
<!-- Header -->
<div
v-if="!isStageTamagotchi()"
class="px-0 py-1 hidden sm:block md:px-3 md:py-3"
w-full gap-2
bg="$bg-color"