From dc1ca50c11da20e7d8a7c780dae27026ea2f0f7d Mon Sep 17 00:00:00 2001 From: seo Date: Fri, 26 Jun 2026 01:45:01 +0900 Subject: [PATCH] Match usage meter scroll width --- monitor.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/monitor.php b/monitor.php index 99d54ee..989a150 100644 --- a/monitor.php +++ b/monitor.php @@ -1009,6 +1009,7 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') { background: rgba(148, 163, 184, 0.22); overflow: hidden; margin-bottom: 0.9rem; + min-width: 660px; } .usage-meter-fill { height: 100%; @@ -1071,6 +1072,9 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') { gap: 0.55rem; min-width: 0; } + .usage-meter { + min-width: 0; + } } @media (max-width: 575.98px) { .container { @@ -1118,6 +1122,9 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') { gap: 0.8rem; min-width: 600px; } + .usage-meter { + min-width: 600px; + } .usage-metric .label-text { font-size: 0.64rem; } .usage-metric .font-mono { font-size: 0.88rem; } .usage-detail-line {