From cbbd71d03709a9e726d49e6eaeaec9abc9d02a09 Mon Sep 17 00:00:00 2001 From: windows11 <windows11@pc> Date: Fri, 12 Nov 2021 15:49:25 +0800 Subject: [PATCH] update --- 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 48bd057..01fa246 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -20,7 +20,7 @@ tr.odd.expandRow > :hover { background: #000 !important; } #month_traffic { min-width: 85px; max-width: 95px;} #network { min-width: 115px; } #cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } -#ping { max-width: 100px; } +#ping { max-width: 95px; } @media only screen and (max-width: 1080px) { #type, tr td:nth-child(4) { display:none; visibility:hidden; } diff --git a/web/css/light.css b/web/css/light.css index 7b1ae4a..cde5cb6 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -17,7 +17,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; } #month_traffic { min-width: 85px; max-width: 95px;} #network { min-width: 115px; } #cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } -#ping { max-width: 100px; } +#ping { max-width: 95px; } @media only screen and (max-width: 1080px) { #type, tr td:nth-child(4) { display:none; visibility:hidden; }