[common] fixed app logo's stylesheet for @2x
This commit is contained in:
parent
efa8b00b7e
commit
694f19ea16
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue