TitleDiv 컴포넌트 리팩토링

This commit is contained in:
static
2025-01-27 19:33:38 +09:00
parent cf51f2618e
commit df9831da8e
12 changed files with 142 additions and 101 deletions

View File

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