diff --git a/ops/glance/assets/custom.css b/ops/glance/assets/custom.css index 945f97e..c993a99 100644 --- a/ops/glance/assets/custom.css +++ b/ops/glance/assets/custom.css @@ -138,9 +138,10 @@ body { /* --- Server-Stats: Balken rund, gradient, glow --- */ .progress-bar { border: none; - height: 9px; + height: 13px; border-radius: 999px; background: hsla(220, 30%, 60%, 0.12); + box-shadow: inset 0 1px 3px hsla(220, 60%, 3%, 0.5); overflow: hidden; }