diff --git a/css/app.css b/css/app.css index dea10c3c0..318180702 100644 --- a/css/app.css +++ b/css/app.css @@ -567,7 +567,8 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} border-radius: 0; } -/* Inspector */ +/* Inspector +------------------------------------------------------- */ .inspector-wrap { opacity:0; diff --git a/img/source/sprite.svg b/img/source/sprite.svg index fe9b9a27f..bd1eb8b04 100644 --- a/img/source/sprite.svg +++ b/img/source/sprite.svg @@ -40,7 +40,7 @@ inkscape:pageshadow="2" inkscape:zoom="1" inkscape:cx="318.18348" - inkscape:cy="175.47623" + inkscape:cy="95.476233" inkscape:document-units="px" inkscape:current-layer="layer12" showgrid="false" diff --git a/js/id/svg/surface.js b/js/id/svg/surface.js index 3dde953bc..a7333dbba 100644 --- a/js/id/svg/surface.js +++ b/js/id/svg/surface.js @@ -92,7 +92,7 @@ iD.svg.Surface = function() { defs.append('image') .attr({ id: 'sprite', - width: 420, + width: 440, height: 200, 'xlink:href': 'img/sprite.png' });