mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
style inline
This commit is contained in:
@@ -12,6 +12,10 @@ Screen {
|
||||
min-height: 25;
|
||||
min-width: 26;
|
||||
height: 100%;
|
||||
|
||||
&:inline {
|
||||
margin: 0 2;
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user