mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
레이아웃 수정
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<script lang="ts">
|
||||
import { AdaptiveDiv } from "$lib/components/divs";
|
||||
import BottomBar from "./BottomBar.svelte";
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div class="flex h-dvh w-full flex-col justify-between">
|
||||
<div>
|
||||
<div class="flex h-screen w-full flex-col justify-between">
|
||||
<AdaptiveDiv>
|
||||
{@render children()}
|
||||
</div>
|
||||
</AdaptiveDiv>
|
||||
<BottomBar />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user