From 40fb2d5dd1f99e28149d99e137de1b6743a35650 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 24 Mar 2023 01:25:29 +0100 Subject: [PATCH] feat(frontend): always show footer at bottom of page --- frontend/src/routes/+layout.svelte | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 5e7cedc..2a7af36 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -23,15 +23,20 @@ - -
- -
- {#each $toastStore as toast} - - {/each} +
+
+ +
+ +
+ {#each $toastStore as toast} + + {/each} +
+
-