feat: align progress bar vertically

This commit is contained in:
Manuel Schmid 2024-05-19 20:12:28 +02:00
parent e94b97604f
commit d2255a940c
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 0 deletions

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 */