From 826893e6f4ff6f2c7f8cbd15919b906049f10c1a Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Fri, 14 Dec 2018 16:27:38 -0800 Subject: [PATCH] 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. --- web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index b28336064..45385ec8a 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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);