FullscreenDiv 컴포넌트 추가 및 TopBar 컴포넌트 리팩토링

This commit is contained in:
static
2025-01-25 23:39:19 +09:00
parent 7dba1cf4c6
commit 0998d0662e
19 changed files with 188 additions and 171 deletions

View File

@@ -4,8 +4,6 @@
let { children } = $props();
</script>
<AdaptiveDiv>
<div class="flex h-screen flex-col justify-between px-4">
{@render children()}
</div>
<AdaptiveDiv class="flex h-screen flex-col">
{@render children()}
</AdaptiveDiv>