This commit is contained in:
windows11 2021-11-12 15:49:25 +08:00
parent 614c6d323c
commit cbbd71d037
2 changed files with 2 additions and 2 deletions

@ -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; }

@ -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; }