dashboard: refactor layout and add worker stats
This commit is contained in:
@@ -102,9 +102,6 @@ h3 { font-size: 13px; font-weight: 600; color: var(--dim); margin-bottom: 8px; }
|
||||
.sysbar-val { font-weight: 600; font-feature-settings: "tnum"; }
|
||||
.sysbar-bar { width: 50px; height: 4px; background: var(--border); border-radius: 2px; overflow: hidden; }
|
||||
.sysbar-fill { height: 100%; border-radius: 2px; transition: width 0.3s; }
|
||||
.sysbar-net .net-tx::before { content: '↑'; opacity: 0.5; margin-right: 1px; }
|
||||
.sysbar-net .net-rx::before { content: '↓'; opacity: 0.5; margin-right: 1px; }
|
||||
.sysbar-net .sysbar-val { min-width: 42px; }
|
||||
|
||||
/* Grid */
|
||||
.g { display: grid; gap: 12px; margin-bottom: 16px; }
|
||||
|
||||
Reference in New Issue
Block a user