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 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-05-01 23:45:55 +00:00
commit 5299376fec

View file

@ -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;
}