style: move floating map buttons higher and slightly more to the right

This commit is contained in:
2026-02-27 23:41:19 -05:00
parent b186a03a73
commit b95e91939b

View File

@ -1780,12 +1780,12 @@ async function calculateWalkingPath(origin: { lat: number, lng: number }, target
/* Reposicion de elementos fijos */ /* Reposicion de elementos fijos */
.map-floating-controls { .map-floating-controls {
position: fixed; position: fixed;
bottom: 85px; bottom: 145px;
right: 16px; right: 20px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 16px; gap: 20px;
z-index: 1100; z-index: 1100;
} }