From ff1c53ea40051b888bf6be0e90d1e161cdee9db3 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Mon, 6 Apr 2026 16:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=88=86=E5=B8=83?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index d2ef985..5c5eed7 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2498,8 +2498,13 @@ input:checked+.slider:before { } /* -- Traffic footer compact -- */ + .chart-footer { + justify-content: center; + text-align: center; + } + .traffic-stat { - align-items: flex-start; + align-items: center; } }