+3
-3
src/routes/+layout.svelte
+3
-3
src/routes/+layout.svelte
···
15
15
);
16
16
17
17
function comingSoon() {
18
-
toast("Coming soon!", { icon: "๐", position: "bottom-end" });
18
+
toast("Coming soon!", { icon: "๐", position: "top-center" });
19
19
}
20
20
21
21
onMount(() => {
···
26
26
</script>
27
27
28
28
<div class={`${theme_style} font-apfel flex flex-col w-full h-full min-w-screen min-h-screen p-8`}>
29
-
<main class="p-4 w-full h-full">
29
+
<section class="p-4 w-full h-full">
30
30
<slot />
31
-
</main>
31
+
</section>
32
32
33
33
<aside class="z-50 absolute inset-x-0 bottom-0 !text-black flex w-full h-fit items-end justify-between p-8">
34
34
<div class="flex flex-col justify-start gap-4">
+1
-1
src/routes/[id]/+page.svelte
+1
-1
src/routes/[id]/+page.svelte