diff --git a/static/css/modes/system.css b/static/css/modes/system.css index 8d7a484..60b66e4 100644 --- a/static/css/modes/system.css +++ b/static/css/modes/system.css @@ -134,8 +134,8 @@ .sys-gauge-arc { position: relative; - width: 90px; - height: 90px; + width: 110px; + height: 110px; flex-shrink: 0; } @@ -168,7 +168,7 @@ top: 50%; left: 50%; transform: translate(-50%, -50%); - font-size: 18px; + font-size: 22px; font-weight: 700; font-family: var(--font-mono, 'JetBrains Mono', monospace); color: var(--text-primary, #e0e0ff); @@ -176,25 +176,25 @@ .sys-gauge-details { flex: 1; - font-size: 11px; + font-size: 12px; } /* Per-core bars */ .sys-core-bars { display: flex; - gap: 3px; + gap: 4px; align-items: flex-end; - height: 24px; - margin-top: 8px; + height: 48px; + margin-top: 12px; } .sys-core-bar { flex: 1; background: var(--bg-primary, #0d0d1a); - border-radius: 2px; + border-radius: 3px; position: relative; - min-width: 4px; - max-width: 16px; + min-width: 6px; + max-width: 32px; height: 100%; } diff --git a/static/js/modes/system.js b/static/js/modes/system.js index 7bd0be2..af3f3a3 100644 --- a/static/js/modes/system.js +++ b/static/js/modes/system.js @@ -153,7 +153,7 @@ const SystemHealth = (function () { coreHtml = '