textual/docs/examples/widgets/progress_bar.tcss
Rodrigo Girão Serrão 5ee0ebfef4
Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

22 lines
240 B
Text

Container {
overflow: hidden hidden;
height: auto;
}
Center {
margin-top: 1;
margin-bottom: 1;
layout: horizontal;
}
ProgressBar {
padding-left: 3;
}
Input {
width: 16;
}
VerticalScroll {
height: auto;
}