mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
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:
parent
67779dbbf7
commit
5299376fec
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue