Browse Source

slight tweaks to work better on 900x1440 displays

master
XeonSquared 5 years ago
parent
commit
c7ca8bf5f9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      static/index.html

+ 2
- 2
static/index.html View File

@@ -26,13 +26,13 @@
bottom: 0px;
position: absolute;
}
@media screen and (max-width: 899px) {
@media screen and (max-width: 890px) {
.cpugraph {
display: none;
}
}
@media screen and (max-height: 449px) {
.cpugraph {
.cpugraph .logo {
display: none;
}
}


Loading…
Cancel
Save