mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 15:08:46 +00:00
불필요한 css 제거
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</script>
|
||||
|
||||
<AdaptiveDiv>
|
||||
<div class="flex h-screen w-full flex-col justify-between px-4">
|
||||
<div class="flex h-screen flex-col justify-between px-4">
|
||||
{@render children()}
|
||||
</div>
|
||||
</AdaptiveDiv>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div class="flex h-screen w-full flex-col justify-between">
|
||||
<div class="flex h-screen flex-col justify-between">
|
||||
<div class="flex-grow">
|
||||
<AdaptiveDiv>
|
||||
{@render children()}
|
||||
|
||||
@@ -20,18 +20,16 @@
|
||||
// TODO: Navigation
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="sticky bottom-0 h-20 w-full flex-shrink-0 rounded-t-2xl border-t border-gray-300 bg-white"
|
||||
>
|
||||
<div class="sticky bottom-0 h-20 flex-shrink-0 rounded-t-2xl border-t border-gray-300 bg-white">
|
||||
<AdaptiveDiv>
|
||||
<div class="flex w-full justify-evenly px-4 py-2">
|
||||
<div class="flex justify-evenly px-4 py-2">
|
||||
{#each pages as { path, label, icon: Icon }}
|
||||
{@const textColor = !page.url.pathname.startsWith(path) ? "text-gray-600" : ""}
|
||||
<button
|
||||
onclick={() => goto(path)}
|
||||
class="w-16 active:rounded-xl active:bg-gray-100 {textColor}"
|
||||
>
|
||||
<div class="gap-y flex flex-col items-center gap-y-1 p-1 transition active:scale-95">
|
||||
<div class="flex flex-col items-center gap-y-1 p-1 transition active:scale-95">
|
||||
<Icon class="text-xl" fill="0" />
|
||||
<p class="text-sm">{label}</p>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="flex h-full items-center justify-center py-4">
|
||||
<div class="flex h-full items-center justify-center p-4">
|
||||
<p class="text-gray-500">아직 개발 중이에요.</p>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="flex h-full items-center justify-center py-4">
|
||||
<div class="flex h-full items-center justify-center p-4">
|
||||
<p class="text-gray-500">아직 개발 중이에요.</p>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="flex h-full items-center justify-center py-4">
|
||||
<div class="flex h-full items-center justify-center p-4">
|
||||
<p class="text-gray-500">아직 개발 중이에요.</p>
|
||||
</div>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="flex h-full items-center justify-center py-4">
|
||||
<div class="flex h-full items-center justify-center p-4">
|
||||
<p class="text-gray-500">아직 개발 중이에요.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user