From 2b76a779c61f23a5d8cd29d394544845ff329050 Mon Sep 17 00:00:00 2001 From: seo Date: Fri, 26 Jun 2026 01:41:08 +0900 Subject: [PATCH] Align usage metrics to meter edges --- monitor.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/monitor.php b/monitor.php index a771d90..8408bcd 100644 --- a/monitor.php +++ b/monitor.php @@ -1029,9 +1029,20 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') { grid-template-columns: repeat(6, minmax(100px, 1fr)); gap: 0.8rem; min-width: 660px; + align-items: start; } .usage-metric { min-width: 0; + text-align: center; + justify-self: center; + } + .usage-metric:first-child { + text-align: left; + justify-self: start; + } + .usage-metric:last-child { + text-align: right; + justify-self: end; } .usage-metric .label-text { font-size: 0.7rem;