From 68fd866894dfafe4d3d5e68b424b32152908629a Mon Sep 17 00:00:00 2001 From: ViktorBohu <18405140+ViktorBohu@users.noreply.github.com> Date: Thu, 8 Apr 2021 16:57:13 +0200 Subject: [PATCH] Fixed progress bar css for small values --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 64260ec..4ed49e7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -112,8 +112,10 @@ body { appearance: none; margin: 0; padding: 0; - max-width : 100%; + max-width: 100%; -webkit-appearance: none; + border-radius: 8px; + overflow: hidden; } #progressbar[max]::-webkit-progress-value { border-radius: 8px 4px 4px 8px;