style: move floating map buttons higher and slightly more to the right
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user