style inline

This commit is contained in:
Will McGugan
2024-03-29 13:15:41 +00:00
parent 34f37c84a3
commit e039a19ca0
2 changed files with 6 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ Screen {
min-height: 25;
min-width: 26;
height: 100%;
&:inline {
margin: 0 2;
}
}
Button {

View File

@@ -141,8 +141,8 @@ class Screen(Generic[ScreenResultType], Widget):
&:inline {
height: auto;
# min-height: 1;
border-top: tall $surface;
border-bottom: tall $surface;
border-top: tall $background;
border-bottom: tall $background;
}
}
"""