slightly resize routing controls

This commit is contained in:
vcoppe
2026-04-19 18:20:01 +02:00
parent 36122b4ac5
commit b4094d0a5b

View File

@@ -820,7 +820,7 @@ export class RoutingControls {
`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<circle cx="10" cy="10" r="8" fill="white" stroke="black" stroke-width="2" /> <circle cx="10" cy="10" r="8" fill="white" stroke="black" stroke-width="2" />
</svg>`, </svg>`,
_map.getCanvasContainer().offsetWidth > 1000 ? 50 : 80 _map.getCanvasContainer().offsetWidth > 1000 ? 56 : 80
); );
} }