diff --git a/static/css/style.css b/static/css/style.css index 34329de..364f4ba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,13 +26,21 @@ } .progress-bar { - border-radius: 20px !important; - transition: width 0.4s ease; - flex-direction: column; - justify-content: center; - white-space: nowrap; + border-radius: 0 !important; + transition: width 0.4s ease, background-color 0.4s ease; } +.progress-bar:first-child { + border-top-left-radius: 20px !important; + border-bottom-left-radius: 20px !important; +} + +.progress-bar:last-child { + border-top-right-radius: 20px !important; + border-bottom-right-radius: 20px !important; +} + + /* rodzic już ma position-relative */ .progress-label { position: absolute; diff --git a/templates/admin/admin_panel.html b/templates/admin/admin_panel.html index aa49152..ec4453b 100644 --- a/templates/admin/admin_panel.html +++ b/templates/admin/admin_panel.html @@ -61,7 +61,7 @@ {{ name }} {{ count }}× -