From e386fe258376dbf83d352db43de44afe41b509e1 Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Thu, 29 Aug 2024 14:51:10 +0800 Subject: [PATCH] fix: height --- src/app.html | 2 +- src/routes/(app)/+layout.svelte | 2 +- src/routes/(app)/ChatList.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.html b/src/app.html index 1800846..5ec536c 100644 --- a/src/app.html +++ b/src/app.html @@ -11,7 +11,7 @@
%sveltekit.body%
diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte index 9769f14..c9473d9 100644 --- a/src/routes/(app)/+layout.svelte +++ b/src/routes/(app)/+layout.svelte @@ -22,7 +22,7 @@ data-weblah-main-visible={mainVisible ? 'true' : undefined} > diff --git a/src/routes/(app)/ChatList.svelte b/src/routes/(app)/ChatList.svelte index 0566554..3d52eeb 100644 --- a/src/routes/(app)/ChatList.svelte +++ b/src/routes/(app)/ChatList.svelte @@ -3,7 +3,7 @@ import ChatListItem from './ChatListItem.svelte'; -
+