Browse Source

the CPU graph shouldn't screw with the icons now

master
Izaya 5 years ago
parent
commit
28befbde93
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/index.html

+ 1
- 1
static/index.html View File

@@ -24,7 +24,7 @@
bottom: 0px;
position: absolute;
}
@media screen and (max-width: 899px) {
@media screen and (max-width: 899px) and (max-height: 399px) {
.cpugraph {
display: none;
}


Loading…
Cancel
Save