Skip to content

Commit cbbd71d

Browse files
author
windows11
committed
update
1 parent 614c6d3 commit cbbd71d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/css/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tr.odd.expandRow > :hover { background: #000 !important; }
2020
#month_traffic { min-width: 85px; max-width: 95px;}
2121
#network { min-width: 115px; }
2222
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
23-
#ping { max-width: 100px; }
23+
#ping { max-width: 95px; }
2424

2525
@media only screen and (max-width: 1080px) {
2626
#type, tr td:nth-child(4) { display:none; visibility:hidden; }

web/css/light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
1717
#month_traffic { min-width: 85px; max-width: 95px;}
1818
#network { min-width: 115px; }
1919
#cpu, #ram, #hdd { min-width: 45px; max-width: 90px; }
20-
#ping { max-width: 100px; }
20+
#ping { max-width: 95px; }
2121

2222
@media only screen and (max-width: 1080px) {
2323
#type, tr td:nth-child(4) { display:none; visibility:hidden; }

0 commit comments

Comments
 (0)