fix: progress bar centered
This commit is contained in:
@@ -122,9 +122,11 @@ ProgressBar#progress_bar {
|
|||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: 50%;
|
||||||
min-width: 40;
|
}
|
||||||
max-width: 80;
|
|
||||||
|
ProgressBar#progress_bar Bar {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ProgressBar#progress_bar > .progress-bar--track {
|
ProgressBar#progress_bar > .progress-bar--track {
|
||||||
|
|||||||
Reference in New Issue
Block a user