Merge pull request #10356 from brendandahl/icon-dpi

Use high DPI icons on semi-high DPI screens.
This commit is contained in:
Tim van der Meij 2018-12-15 15:11:40 +01:00 committed by GitHub
commit e716038b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);