From 1da1065471bb3c539a806e5eafe65434cd6f672e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Mon, 5 May 2025 14:41:06 +0200 Subject: [PATCH] Layout issues - make content fill screen and move publication navi again --- src/routes/+layout.svelte | 2 +- src/routes/publication/+page.svelte | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 8e1a965..0fbba6b 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -40,7 +40,7 @@ -
+
diff --git a/src/routes/publication/+page.svelte b/src/routes/publication/+page.svelte index ac297c4..f0695e2 100644 --- a/src/routes/publication/+page.svelte +++ b/src/routes/publication/+page.svelte @@ -46,14 +46,14 @@ +{#key data} + +{/key}
{#await data.waitable} {:then} - {#key data} - - {/key}