From cb1313f5b5082dff7e309a8aa552e90496863459 Mon Sep 17 00:00:00 2001 From: cppla <i@cpp.la> Date: Sat, 2 Apr 2022 15:25:10 +0800 Subject: [PATCH] test --- web/css/dark.css | 2 +- web/css/light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/css/dark.css b/web/css/dark.css index fe1611f..4c5a95c 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -19,7 +19,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } #month_traffic { min-width: 85px; max-width: 95px;} #network { min-width: 115px; } -#cpu, #ram, #hdd { min-width: 20px; max-width: 60px; } +#cpu, #ram, #hdd { min-width: 20px; max-width: 65px; } #io { width: 110px; } #ping { max-width: 95px; } diff --git a/web/css/light.css b/web/css/light.css index 1ab7e23..50959e0 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -16,7 +16,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } #month_traffic { min-width: 85px; max-width: 95px;} #network { min-width: 115px; } -#cpu, #ram, #hdd { min-width: 20px; max-width: 60px; } +#cpu, #ram, #hdd { min-width: 20px; max-width: 65px; } #io { width: 110px; } #ping { max-width: 95px; }