the CPU graph shouldn't screw with the icons now

This commit is contained in:
Izaya 2019-02-24 20:34:23 +11:00
parent c16c6e3142
commit 28befbde93

View File

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