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:
Brendan Dahl 2018-12-14 16:27:38 -08:00
parent 74934db910
commit 826893e6f4

View File

@ -1566,7 +1566,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
display: none;
}
@media screen and (min-resolution: 2dppx) {
@media screen and (min-resolution: 1.1dppx) {
/* Rules for Retina screens */
.toolbarButton::before {
transform: scale(0.5);