From 9e097b3fc8e8aa2303e46df67c8f94391f0f0cb8 Mon Sep 17 00:00:00 2001 From: nogataka Date: Wed, 28 Jan 2026 12:59:26 +0900 Subject: [PATCH] fix: Ensure consistent main content padding when debug panel is closed Add minimum bottom padding (48px) when the debug panel is closed to prevent Kanban cards from being cut off at the bottom of the viewport. --- ui/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 05f9986..54fe10a 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -331,7 +331,7 @@ function App() { {/* Main Content */}
{!selectedProject ? (