From b4094d0a5bf8cad2a6cee2dd2377a94fc088877b Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sun, 19 Apr 2026 18:20:01 +0200 Subject: [PATCH] slightly resize routing controls --- .../lib/components/toolbar/tools/routing/routing-controls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/lib/components/toolbar/tools/routing/routing-controls.ts b/website/src/lib/components/toolbar/tools/routing/routing-controls.ts index 6286a5b7e..dc976594f 100644 --- a/website/src/lib/components/toolbar/tools/routing/routing-controls.ts +++ b/website/src/lib/components/toolbar/tools/routing/routing-controls.ts @@ -820,7 +820,7 @@ export class RoutingControls { ` `, - _map.getCanvasContainer().offsetWidth > 1000 ? 50 : 80 + _map.getCanvasContainer().offsetWidth > 1000 ? 56 : 80 ); }