[common] fixed app logo's stylesheet for @2x

This commit is contained in:
maxkadushkin 2019-10-09 15:05:59 +03:00 committed by GitHub
parent efa8b00b7e
commit 694f19ea16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@
only screen and (min-resolution: 2dppx),
only screen and (min-resolution: 192dpi) {
content: data-uri('@{common-image-path}/about/logo@2x.png');
display: block;
transform: scale(.5);
}
}
}
@ -80,4 +82,4 @@
.margin-bottom {
margin-bottom: 20px;
}
}
}