home screen padding

This commit is contained in:
rajeevrajeshuni 2025-11-29 21:42:43 +05:30
parent da32502b0b
commit de6bcbfe65

View file

@ -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 {