slight tweaks to work better on 900x1440 displays
This commit is contained in:
parent
d36ba6af88
commit
c7ca8bf5f9
@ -26,13 +26,13 @@
|
|||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 899px) {
|
@media screen and (max-width: 890px) {
|
||||||
.cpugraph {
|
.cpugraph {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-height: 449px) {
|
@media screen and (max-height: 449px) {
|
||||||
.cpugraph {
|
.cpugraph .logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user