home screen padding
This commit is contained in:
parent
da32502b0b
commit
de6bcbfe65
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue