mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix css & missing whitespace
This commit is contained in:
parent
2bf3508e2c
commit
bfb920e570
@ -54,7 +54,7 @@
|
||||
position: relative;
|
||||
top: -33px;
|
||||
left: 10px;
|
||||
width: 13px;
|
||||
width: 13px !important;
|
||||
}
|
||||
|
||||
.fire-icon {
|
||||
|
||||
@ -130,7 +130,7 @@ const MarkerIconFactory = (
|
||||
icon: string,
|
||||
) => {
|
||||
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],
|
||||
popupAnchor: [0, -40],
|
||||
iconSize: new Point(40, 46),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user