Fix control spacing on right side of map
This commit is contained in:
parent
6b12ca0b11
commit
701f27fee6
@ -192,6 +192,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.leaflet-right {
|
||||||
|
padding-right: 1rem;
|
||||||
|
|
||||||
|
.leaflet-control {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 400px), (max-height: 480px) {
|
||||||
|
padding-right: 0.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.leaflet-top {
|
.leaflet-top {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user