Files
textual/docs/examples/widgets/content_switcher.tcss
2024-10-28 16:17:04 +00:00

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;
}