Files
textual/docs/examples/widgets/selection_list_selected.css
2023-05-25 09:35:37 +01:00

20 lines
219 B
CSS

Screen {
align: center middle;
}
Horizontal {
width: 80%;
height: 80%;
}
SelectionList {
padding: 1;
border: solid $accent;
width: 1fr;
}
Pretty {
width: 1fr;
border: solid $accent;
}