[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: 2dppx),
|
||||||
only screen and (min-resolution: 192dpi) {
|
only screen and (min-resolution: 192dpi) {
|
||||||
content: data-uri('@{common-image-path}/about/logo@2x.png');
|
content: data-uri('@{common-image-path}/about/logo@2x.png');
|
||||||
|
display: block;
|
||||||
|
transform: scale(.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -80,4 +82,4 @@
|
||||||
.margin-bottom {
|
.margin-bottom {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue