From d2255a940c9466887e209e971c9093fb8a5d235a Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 19 May 2024 20:12:28 +0200 Subject: [PATCH] feat: align progress bar vertically --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index b9e6e2ce..f1c7c606 100644 --- a/css/style.css +++ b/css/style.css @@ -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 */