From 9e827c9831cecc1f9d46574db076bee906d65db6 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 5 Apr 2026 17:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E7=BB=9F=E4=B8=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 16 ++-------------- public/index.html | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 1d9dc00..fd55350 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1259,24 +1259,12 @@ input:checked+.slider:before { color: var(--text-primary); } -.detail-partitions-container { - padding: 20px; - border-top: 1px solid var(--border-color); -} - -.detail-section-title { - font-size: 0.8rem; - font-weight: 700; - color: var(--text-muted); - text-transform: uppercase; - letter-spacing: 0.05em; - margin-bottom: 12px; -} - +/* Partitions List for detail view */ .detail-partitions-list { display: flex; flex-direction: column; gap: 12px; + padding: 16px; /* Match metric header padding horizontal */ } .partition-row { diff --git a/public/index.html b/public/index.html index b8186f9..fec40fd 100644 --- a/public/index.html +++ b/public/index.html @@ -477,7 +477,7 @@
-
+