mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
Screen {
|
|
align: center middle;
|
|
padding: 1;
|
|
}
|
|
|
|
#buttons {
|
|
height: 3;
|
|
width: auto;
|
|
}
|
|
|
|
ContentSwitcher {
|
|
border: round $primary;
|
|
width: 90%;
|
|
height: 1fr;
|
|
}
|
|
|
|
MarkdownH2 {
|
|
background: $panel;
|
|
color: yellow;
|
|
border: none;
|
|
padding: 0 1;
|
|
}
|