Files
textual/docs/examples/widgets/button.css
Rodrigo Girão Serrão 8565d3cef6 Renamed 'Vertical' to 'VerticalScroll'.
Related issues: #1957.
2023-03-08 18:31:24 +00:00

13 lines
130 B
CSS

Button {
margin: 1 2;
}
Horizontal>VerticalScroll {
width: 24;
}
.header {
margin: 1 0 0 2;
text-style: bold;
}