Skip to content

Commit

Permalink
Match the top spacing of the leaflet buttons to the gap between groups
Browse files Browse the repository at this point in the history
This removes a usage of sass division operator
  • Loading branch information
gravitystorm committed Sep 6, 2023
1 parent 6eac505 commit fdb6875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fdb6875

Please sign in to comment.