From 2b6be9e1ae59a94a70474a136873d81a154e98f0 Mon Sep 17 00:00:00 2001 From: April Hall Date: Fri, 7 Feb 2025 16:22:01 -0500 Subject: [PATCH] fix: Horizontal overflow issue --- bun.lockb | Bin 194153 -> 194153 bytes src/lib/components/mainLayout.svelte | 47 ++++++++++++++------------- src/lib/components/message.svelte | 12 +++++-- 3 files changed, 34 insertions(+), 25 deletions(-) diff --git a/bun.lockb b/bun.lockb index a0250392c355a93bdd0a1296f9f495ef2f58c108..faadb5daebabab27fa36d5b781d6142d018e19ce 100755 GIT binary patch delta 28 kcmaF)hWq6k?uHh|ElkSn9E@=WdS-fthTFB-ne5&J0G@CONdN!< delta 28 fcmaF)hWq6k?uHh|ElkSn983%luw9#-$?iP>j^zi) diff --git a/src/lib/components/mainLayout.svelte b/src/lib/components/mainLayout.svelte index 747df1f..a15508c 100644 --- a/src/lib/components/mainLayout.svelte +++ b/src/lib/components/mainLayout.svelte @@ -20,32 +20,35 @@ children: Snippet; } + let sidebarWidth = $state(0); const { data, channels, children }: Props = $props(); -
-