This commit is contained in:
cppla
2022-04-01 16:04:08 +08:00
parent 654ecd7a3e
commit 6a15832966
3 changed files with 17 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#month_traffic { min-width: 85px; max-width: 95px;}
#network { min-width: 115px; }
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
#io { min-width: 55px; }
#io { width: 90px; }
#ping { max-width: 95px; }
@media only screen and (max-width: 1080px) {

View File

@@ -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; }
#io { min-width: 55px; }
#io { width: 90px; }
#ping { max-width: 95px; }
@media only screen and (max-width: 1080px) {