feat: progress bar improvements (#2962)

* feat: align progress bar vertically

* feat: use fixed width for status text, remove ordinals

* refactor: align progress to actions
This commit is contained in:
Manuel Schmid
2024-05-19 20:43:11 +02:00
committed by GitHub
parent e94b97604f
commit c995511705
4 changed files with 26 additions and 22 deletions
+6
View File
@@ -27,6 +27,7 @@ progress {
border-radius: 5px; /* Round the corners of the progress bar */
background-color: #f3f3f3; /* Light grey background */
width: 100%;
vertical-align: middle !important;
}
/* Style the progress bar container */
@@ -69,6 +70,11 @@ progress::after {
height: 30px !important;
}
.progress-bar span {
text-align: right;
width: 200px;
}
.type_row{
height: 80px !important;
}