mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
fix radial menu controls.
This commit is contained in:
+2
-1
@@ -567,7 +567,8 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* Inspector */
|
||||
/* Inspector
|
||||
------------------------------------------------------- */
|
||||
|
||||
.inspector-wrap {
|
||||
opacity:0;
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
@@ -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'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user