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:
Will McGugan
2023-04-06 17:30:32 +01:00
committed by GitHub
parent c76667be5f
commit 44367a7422
14 changed files with 859 additions and 417 deletions

View File

@@ -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 {