more adjustments
This commit is contained in:
parent
8733b5c424
commit
eeb14b01cb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user