more adjustments

This commit is contained in:
Izaya 2019-02-24 23:27:28 +11:00
parent 8733b5c424
commit eeb14b01cb

View File

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