Use high DPI icons on semi-high DPI screens.
The icons looks really fuzzy on a machine with a device pixel ratio of 1.5. Using the 2x icons looks much better.
This commit is contained in:
parent
74934db910
commit
826893e6f4
@ -1566,7 +1566,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-resolution: 2dppx) {
|
@media screen and (min-resolution: 1.1dppx) {
|
||||||
/* Rules for Retina screens */
|
/* Rules for Retina screens */
|
||||||
.toolbarButton::before {
|
.toolbarButton::before {
|
||||||
transform: scale(0.5);
|
transform: scale(0.5);
|
||||||
|
Loading…
Reference in New Issue
Block a user