mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Be specific about retina as not to break the glue-generated sprite.
* Warn before switching sources. Fixes #779. * Inline docs keep their place. Fixes #1109
This commit is contained in:
+2
-1
@@ -2158,7 +2158,8 @@ a.success-action.twitter:before {
|
||||
only screen and (-o-min-device-pixel-ratio: 3/2),
|
||||
only screen and (min--moz-device-pixel-ratio: 1.5),
|
||||
only screen and (min-device-pixel-ratio: 1.5) {
|
||||
.icon {
|
||||
.map-control .icon,
|
||||
.button-wrap .icon {
|
||||
background-image: url(../img/sprite2x.png);
|
||||
background-size: 500px 320px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user