From eb26a6eec2c807ea7cd88f79b9bdc59d20e22c01 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 21 Oct 2023 16:28:39 +0000 Subject: [PATCH] modules/progress-bar: restyled the progress bar and restored its functionality --- src/templates/modules/progress-bar.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/templates/modules/progress-bar.html b/src/templates/modules/progress-bar.html index 583c2963..53d88b48 100644 --- a/src/templates/modules/progress-bar.html +++ b/src/templates/modules/progress-bar.html @@ -1,14 +1,14 @@ -
-
- {{ "%.2f" % value }}% +
+
+

+ {{ "%.2f" % value }}% +

-
-
-
-
-
+
+ + {{"%.2f" % value }} +
-- 2.47.3