Timothy Jaeryang Baek 3 周之前
父节点
当前提交
5434172e88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -2259,7 +2259,7 @@
 			{/if}
 			{/if}
 
 
 			<PaneGroup direction="horizontal" class="w-full h-full">
 			<PaneGroup direction="horizontal" class="w-full h-full">
-				<Pane defaultSize={50} class="h-full flex relative max-w-full flex-col">
+				<Pane defaultSize={50} minSize={30} class="h-full flex relative max-w-full flex-col">
 					<Navbar
 					<Navbar
 						bind:this={navbarElement}
 						bind:this={navbarElement}
 						chat={{
 						chat={{