Match the top spacing of the leaflet buttons to the gap between groups

This removes a usage of sass division operator
This commit is contained in:
Andy Allan 2023-09-06 16:32:43 +01:00
parent 6eac50525b
commit fdb687517e

View file

@ -579,7 +579,7 @@ body.small-nav {
}
.leaflet-top {
top: $lineheight/2 !important;
top: 10px !important;
.leaflet-control {
margin-right: 0px !important;
margin-top: 0px !important;