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;
|
background: $surface;
|
||||||
color: $text;
|
color: $text;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 2;
|
height: 3;
|
||||||
align-vertical: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ListItem:focus {
|
ListItem:focus {
|
||||||
|
|
@ -124,6 +123,7 @@ class HomeScreen(BaseTUIScreen):
|
||||||
height: auto;
|
height: auto;
|
||||||
align-horizontal: left;
|
align-horizontal: left;
|
||||||
align-vertical: middle;
|
align-vertical: middle;
|
||||||
|
height: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cmd-icon {
|
.cmd-icon {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue