From 5299376fecda0d42b1d11c9a4643950b9fab2e22 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 1 May 2026 23:45:55 +0000 Subject: [PATCH] fix(ui): Move control cluster up to clear attribution and scale - Control cluster now at bottom: 80px (was 40px) - Scale bar at bottom: 24px (above attribution) - Mobile adjusted to bottom: 70px - Clear visual separation: buttons > scale > attribution Co-Authored-By: Claude Opus 4.5 --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index ac38dfe..9e241c0 100644 --- a/src/index.css +++ b/src/index.css @@ -239,7 +239,7 @@ body { /* ═══ BOTTOM-RIGHT MAP CONTROLS ═══ */ .map-controls-br { position: absolute; - bottom: 40px; + bottom: 80px; right: 10px; z-index: 10; display: flex; @@ -446,7 +446,7 @@ body { } .map-controls-br { - bottom: 24px; + bottom: 70px; right: 8px; } @@ -542,7 +542,7 @@ body { /* ═══ MAPLIBRE CONTROL POSITIONING ═══ */ .maplibregl-ctrl-bottom-right { - bottom: 10px; + bottom: 24px; right: 10px; }