mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
* forced fr to expand * margin size * remove comment * missing snapshot * snapshot tests * changelog * optimize * snapshot fix * snapshot update * snapshot and fixes * docstrings [skip ci]
28 lines
339 B
CSS
28 lines
339 B
CSS
Screen {
|
|
align: center middle;
|
|
padding: 1;
|
|
}
|
|
|
|
#buttons {
|
|
height: 3;
|
|
width: auto;
|
|
}
|
|
|
|
ContentSwitcher {
|
|
background: $panel;
|
|
border: round $primary;
|
|
width: 90%;
|
|
height: 1fr;
|
|
}
|
|
|
|
DataTable {
|
|
background: $panel;
|
|
}
|
|
|
|
MarkdownH2 {
|
|
background: $primary;
|
|
color: yellow;
|
|
border: none;
|
|
padding: 0;
|
|
}
|