Tento commit je obsažen v:
Izaya 2019-02-24 23:27:28 +11:00
rodič 8733b5c424
revize eeb14b01cb

Zobrazit soubor

@ -24,7 +24,12 @@
bottom: 0px;
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 {
display: none;
}