From e5d22ad2dbbb8aaf283d34f6671980daf9f76365 Mon Sep 17 00:00:00 2001 From: windows11 Date: Wed, 3 Nov 2021 18:02:31 +0800 Subject: [PATCH] css --- 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 906b969..443035c 100644 --- a/web/css/dark.css +++ b/web/css/dark.css @@ -18,7 +18,7 @@ tr.even.expandRow > :hover { background: #2F2F2F !important; } tr.odd.expandRow > :hover { background: #000 !important; } .expandRow > td { padding: 0 !important; border-top: 0px !important; } #month_traffic { min-width: 85px; max-width: 95px;} -#network { min-width: 85px; } +#network { min-width: 100px; } #cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } #ping { max-width: 85px; } diff --git a/web/css/light.css b/web/css/light.css index f7c169b..0eaa99d 100644 --- a/web/css/light.css +++ b/web/css/light.css @@ -15,7 +15,7 @@ tr.even.expandRow > :hover { background: #F9F9F9 !important; } 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: 85px; } +#network { min-width: 100px; } #cpu, #ram, #hdd { min-width: 45px; max-width: 90px; } #ping { max-width: 85px; }