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 */
.map-floating-controls {
position: fixed;
bottom: 85px;
right: 16px;
bottom: 145px;
right: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
gap: 20px;
z-index: 1100;
}