From 630ee8dd90bf7104c4de8ebbbbf2cb8ba768c994 Mon Sep 17 00:00:00 2001 From: Micha Date: Fri, 12 Jun 2026 20:00:38 +0200 Subject: [PATCH] ops: glance server-stats balken kraeftiger (13px, innenschatten) Co-Authored-By: Claude Fable 5 --- ops/glance/assets/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }