From 4666f57f173637582a3a24552eed3c09ea23ab84 Mon Sep 17 00:00:00 2001 From: JianJroh Date: Sun, 28 Jul 2024 10:42:48 +0800 Subject: [PATCH] feat: improve layout for session list --- src/renderer/components/SessionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/SessionList.tsx b/src/renderer/components/SessionList.tsx index 6e6d06fb..fcfdd448 100644 --- a/src/renderer/components/SessionList.tsx +++ b/src/renderer/components/SessionList.tsx @@ -61,7 +61,7 @@ export default function SessionList(props: Props) { width: '100%', position: 'relative', overflow: 'auto', - height: '60vh', + flex: 1, '& ul': { padding: 0 }, }} component="div"