From 68ea1908fda0e22f4f22e87859e0a87a00a32e2e Mon Sep 17 00:00:00 2001 From: JianFeeeee <109188060+JianFeeeee@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:41:51 +0800 Subject: [PATCH] fix: Fix layout issues - Simplify CSS layout - Remove invalid CSS properties - Fix left panel not showing - Use simple dock layout --- graph_memory_tui/styles/app.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/graph_memory_tui/styles/app.css b/graph_memory_tui/styles/app.css index 444a16d..6cf8c66 100644 --- a/graph_memory_tui/styles/app.css +++ b/graph_memory_tui/styles/app.css @@ -7,22 +7,11 @@ GraphMemoryApp { LeftPanel { width: 1fr; - height: 100%; dock: left; } -LeftPanel MessageHistory { - height: 1fr; -} - -LeftPanel InputBox { - height: 3; - dock: bottom; -} - RightPanel { width: 40; - height: 100%; dock: right; background: $panel; }