From 0b4e900c35d540f6047fc29863c174e96ff20d0b Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 30 Oct 2024 15:00:44 -0400 Subject: Calculate layout height more betterly --- ui/routes/(app)/+layout.svelte | 25 +++++++++++++++---------- ui/routes/+layout.svelte | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index b63a607..c337b3f 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -66,7 +66,7 @@ {#if loading}

Loading…

{:else} -
+
@@ -89,9 +89,14 @@ {/if}