diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index f03f6cc..7f0d172 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -475,16 +475,18 @@ data: .disk-row:last-child { border-bottom: none; } .disk-name { font-weight: 500; width: 42px; font-size: 0.95em; flex-shrink: 0; } .disk-bar { flex: 1; height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px; margin: 0 10px; overflow: hidden; min-width: 0; } - .disk-fill { - height: 100%; - border-radius: 4px; + .disk-fill { + height: 100%; + width: 100%; /* important */ + transform-origin: left center; /* important */ + border-radius: 4px; background: linear-gradient( 90deg, - #60a5fa 0%, /* blue */ - #60a5fa 70%, /* keep blue until ~70% */ - #a78bfa 88%, /* purple region ~70-90 */ - #fb7185 95%, /* pink/red ramp ~90-95 */ - #ef4444 100% /* red for 95-100 */ + #60a5fa 0%, + #60a5fa 70%, + #a78bfa 88%, + #fb7185 95%, + #ef4444 100% ); box-shadow: 0 0 0 1px rgba(0,0,0,0.10) inset; } @@ -535,7 +537,7 @@ data: