From b7f8c618001a7e2ea5ea6cf82b162f530fb0212b Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sat, 13 Apr 2024 02:40:37 +1200 Subject: [PATCH] Fixed search being visible in nav when not on mobile --- materialious/src/routes/+layout.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/materialious/src/routes/+layout.svelte b/materialious/src/routes/+layout.svelte index c21a1ad1..c012436e 100644 --- a/materialious/src/routes/+layout.svelte +++ b/materialious/src/routes/+layout.svelte @@ -689,7 +689,9 @@ - +
+ +
{#each pages as page} {#if !page.requiresAuth || isLoggedIn}