mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
fix css & missing whitespace
This commit is contained in:
parent
2bf3508e2c
commit
bfb920e570
@ -54,7 +54,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -33px;
|
top: -33px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
width: 13px;
|
width: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fire-icon {
|
.fire-icon {
|
||||||
|
|||||||
@ -130,7 +130,7 @@ const MarkerIconFactory = (
|
|||||||
icon: string,
|
icon: string,
|
||||||
) => {
|
) => {
|
||||||
return divIcon({
|
return divIcon({
|
||||||
html: `${createSvg(shape, markerColor, borderColor)}<img class="${shape}-icon"src="${addIcon(icon)}" alt="x" />`,
|
html: `${createSvg(shape, markerColor, borderColor)}<img class="${shape}-icon" src="${addIcon(icon)}" alt="x" />`,
|
||||||
iconAnchor: [17, 40],
|
iconAnchor: [17, 40],
|
||||||
popupAnchor: [0, -40],
|
popupAnchor: [0, -40],
|
||||||
iconSize: new Point(40, 46),
|
iconSize: new Point(40, 46),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user