fix(ui): move minimap above zoom controls in bottom-right corner
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m7s
CI / deploy (push) Has been cancelled
CI / deploy-feature (push) Has been cancelled
CI / docker (push) Has been cancelled

This commit is contained in:
hsiegeln
2026-03-28 14:35:04 +01:00
parent 5af20d0f63
commit de2281cad2

View File

@@ -124,7 +124,7 @@
.minimap {
position: absolute;
top: 12px;
bottom: 52px;
right: 12px;
border: 1px solid var(--border, #E4DFD8);
border-radius: var(--radius-sm, 5px);