feat: align progress bar vertically

This commit is contained in:
Manuel Schmid
2024-05-19 20:12:28 +02:00
parent e94b97604f
commit d2255a940c
+1
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 */