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} +
+
-