mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Expanding fr (#2221)
* forced fr to expand * margin size * remove comment * missing snapshot * snapshot tests * changelog * optimize * snapshot fix * snapshot update * snapshot and fixes * docstrings [skip ci]
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Screen {
|
||||
align: center middle;
|
||||
padding: 1;
|
||||
}
|
||||
|
||||
#buttons {
|
||||
margin-top: 1;
|
||||
height: 3;
|
||||
width: auto;
|
||||
}
|
||||
@@ -12,7 +12,7 @@ ContentSwitcher {
|
||||
background: $panel;
|
||||
border: round $primary;
|
||||
width: 90%;
|
||||
height: 80%;
|
||||
height: 1fr;
|
||||
}
|
||||
|
||||
DataTable {
|
||||
|
||||
Reference in New Issue
Block a user