Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
windows11 committed Nov 11, 2021
2 parents 8925de8 + a83a2ff commit feef07a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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: 85px; }
#ping { max-width: 90px; }

@media only screen and (max-width: 992px) {
@media only screen and (max-width: 1080px) {
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
Expand Down
4 changes: 2 additions & 2 deletions web/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ 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: 85px; }
#ping { max-width: 90px; }

@media only screen and (max-width: 992px) {
@media only screen and (max-width: 1080px) {
#type, tr td:nth-child(4) { display:none; visibility:hidden; }
#location, tr td:nth-child(5) { display:none; visibility:hidden; }
#uptime, tr td:nth-child(6) { display:none; visibility:hidden; }
Expand Down

0 comments on commit feef07a

Please sign in to comment.