From e47278abb040750cc580138069bc2026d8d1a88b Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 12:43:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=9D=99=E6=80=81col-?= =?UTF-8?q?disk=20+=20=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8DCSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index 9c202ed..21d9e19 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -77,7 +77,6 @@ #sentinel-grid.layout-row .extra-row { font-size:.8rem;padding:3px 0;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } #sentinel-grid.layout-row .extra-row .elabel { font-size:.65rem;color:var(--text-dim);text-transform:uppercase;margin-right:4px } #sentinel-grid.layout-row .extra-row .eval { font-weight:500 } - #sentinel-grid.layout-row .col-disk { overflow-y:auto;max-height:200px;padding:0 4px } #sentinel-grid.layout-row .disk-list { display:flex;flex-direction:column;gap:4px } #sentinel-grid.layout-row .part-row { display:flex;flex-direction:column;gap:2px;padding:3px 0;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } #sentinel-grid.layout-row .part-info { display:flex;justify-content:space-between;font-size:.7rem } @@ -87,7 +86,6 @@ #sentinel-grid.layout-row .part-bar-fill { height:100%;border-radius:1px;background:var(--primary) } #sentinel-grid.layout-row .part-detail { display:flex;justify-content:space-between;font-size:.6rem;color:var(--text-dim) } #sentinel-grid.layout-row .part-pct { text-align:right } - #sentinel-grid.layout-row .col-disk { overflow-y:auto;max-height:200px;padding:0 4px } #sentinel-grid.layout-row .disk-list { display:flex;flex-direction:column;gap:4px } #sentinel-grid.layout-row .part-row { display:flex;flex-direction:column;gap:2px;padding:3px 0;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } #sentinel-grid.layout-row .part-info { display:flex;justify-content:space-between;font-size:.7rem }