Fix control spacing on right side of map

This commit is contained in:
James Lyne 2021-05-29 00:52:28 +01:00
parent 6b12ca0b11
commit 701f27fee6

View File

@ -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;