mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue