diff --git a/src/lib/components/TopBar.svelte b/src/lib/components/TopBar.svelte index de2346e..38dc550 100644 --- a/src/lib/components/TopBar.svelte +++ b/src/lib/components/TopBar.svelte @@ -16,7 +16,7 @@ }); -
+
diff --git a/src/lib/components/buttons/FloatingButton.svelte b/src/lib/components/buttons/FloatingButton.svelte index 823af8d..4d5ee0f 100644 --- a/src/lib/components/buttons/FloatingButton.svelte +++ b/src/lib/components/buttons/FloatingButton.svelte @@ -1,22 +1,36 @@ + let { bottom = "bottom-20", icon: Icon, onclick }: Props = $props(); - + }; + + +
+
+ +
+
+ +
+
+
+
+
diff --git a/src/routes/(main)/+layout.svelte b/src/routes/(main)/+layout.svelte index 0bebf88..f726970 100644 --- a/src/routes/(main)/+layout.svelte +++ b/src/routes/(main)/+layout.svelte @@ -6,8 +6,10 @@
- - {@render children()} - +
+ + {@render children()} + +
diff --git a/src/routes/(main)/BottomBar.svelte b/src/routes/(main)/BottomBar.svelte index f0c14db..3360a75 100644 --- a/src/routes/(main)/BottomBar.svelte +++ b/src/routes/(main)/BottomBar.svelte @@ -19,14 +19,14 @@ // TODO: Navigation -
+
{#each pages as { path, label, icon: Icon }} - {@const isCurrent = page.url.pathname.startsWith(path)} -