From 89073aaf9503d415eeced50e6a917be28b7d0bc4 Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 12 Feb 2026 19:19:36 +0100 Subject: [PATCH] fix: progress bar centered --- auditui/constants.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/auditui/constants.py b/auditui/constants.py index 6210686..c3a461d 100644 --- a/auditui/constants.py +++ b/auditui/constants.py @@ -122,9 +122,11 @@ ProgressBar#progress_bar { border: none; margin: 0; padding: 0; - width: auto; - min-width: 40; - max-width: 80; + width: 50%; +} + +ProgressBar#progress_bar Bar { + width: 100%; } ProgressBar#progress_bar > .progress-bar--track {