mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
22
docs/examples/widgets/progress_bar.tcss
Normal file
22
docs/examples/widgets/progress_bar.tcss
Normal file
@@ -0,0 +1,22 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user