From 610f6839d2e449d172aa6ac35e6c1de0677a0754 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 30 Oct 2024 16:47:19 -0400 Subject: Add more mobile styling --- ui/routes/(app)/+layout.svelte | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'ui/routes/(app)') diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte index c337b3f..9fcdf41 100644 --- a/ui/routes/(app)/+layout.svelte +++ b/ui/routes/(app)/+layout.svelte @@ -63,6 +63,10 @@ }); + + understory + + {#if loading}

Loading…

{:else} @@ -90,21 +94,19 @@ -- cgit v1.2.3