1080p change

This commit is contained in:
cppla 2022-04-01 18:55:41 +08:00
parent 472196d1ea
commit 0f26eb502a
2 changed files with 4 additions and 0 deletions

@ -24,6 +24,8 @@ tr.odd.expandRow > :hover { background: #212e36 !important; }
#ping { max-width: 95px; }
@media only screen and (max-width: 1080px) {
body { font-size: 10px; }
.content { padding: 0; }
#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; }

@ -21,6 +21,8 @@ tr.odd.expandRow > :hover { background: #FFF !important; }
#ping { max-width: 95px; }
@media only screen and (max-width: 1080px) {
body { font-size: 10px; }
.content { padding: 0; }
#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; }