From f900f5af229538c9cf43d70adc463a5f341364ed Mon Sep 17 00:00:00 2001 From: qinglong Date: Sun, 14 Jun 2026 08:46:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A1=8C=E9=97=B4=E8=B7=9D=202px?= =?UTF-8?q?=E2=86=926px,=20=E5=8E=BB=E6=8E=89=E5=88=86=E9=9A=94=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/sentinel/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index 4a2a111..dbd07db 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -58,8 +58,8 @@ #sentinel-grid.layout-row { display:flex;flex-direction:column;gap:12px } #sentinel-grid.layout-row .node-card { display:grid;grid-template-columns:160px 1fr;gap:8px 16px;align-items:start } #sentinel-grid.layout-row .col-left { min-width:0 } - #sentinel-grid.layout-row .col-right-stack { display:flex;flex-direction:column;gap:2px;min-width:0 } - #sentinel-grid.layout-row .mtr { display:flex;align-items:center;gap:12px;height:48px;padding:0 8px;border-bottom:1px solid var(--md-sys-color-surface-container-lowest) } + #sentinel-grid.layout-row .col-right-stack { display:flex;flex-direction:column;gap:6px;min-width:0 } + #sentinel-grid.layout-row .mtr { display:flex;align-items:center;gap:12px;height:48px;padding:0 8px; } #sentinel-grid.layout-row .mtr-data { flex:1;min-width:0;white-space:nowrap } #sentinel-grid.layout-row .mtr-data .rlabel { font-size:.7rem;color:var(--text-dim);text-transform:uppercase;margin-right:6px } #sentinel-grid.layout-row .mtr-data .rval { font-weight:600 }