From de6bcbfe65997630fb3c7e1da7aa92d3cecb0e3e Mon Sep 17 00:00:00 2001 From: rajeevrajeshuni Date: Sat, 29 Nov 2025 21:42:43 +0530 Subject: [PATCH] home screen padding --- cognee/cli/tui/home_screen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cognee/cli/tui/home_screen.py b/cognee/cli/tui/home_screen.py index e4957a3ea..56a101f07 100644 --- a/cognee/cli/tui/home_screen.py +++ b/cognee/cli/tui/home_screen.py @@ -102,8 +102,7 @@ class HomeScreen(BaseTUIScreen): background: $surface; color: $text; width: 100%; - min-height: 2; - align-vertical: middle; + height: 3; } ListItem:focus { @@ -124,6 +123,7 @@ class HomeScreen(BaseTUIScreen): height: auto; align-horizontal: left; align-vertical: middle; + height: 1fr; } .cmd-icon {