mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #10356 from brendandahl/icon-dpi
Use high DPI icons on semi-high DPI screens.
This commit is contained in:
commit
e716038b12
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