From bdf7ed7f020654c252eebd182848a03f69f52e5f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 5 Jun 2024 08:43:23 -0700 Subject: [PATCH] fix: mobile screen --- src/lib/components/chat/Chat.svelte | 2 +- src/routes/(app)/+layout.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 37ec7eeca..5d2f860a8 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1195,7 +1195,7 @@ {#if !chatIdProp || (loaded && chatIdProp)}
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 8c1f33468..5427b8295 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -187,7 +187,7 @@
{#if loaded} {#if !['user', 'admin'].includes($user.role)}