From: Andy Allan Date: Wed, 6 Sep 2023 15:32:43 +0000 (+0100) Subject: Match the top spacing of the leaflet buttons to the gap between groups X-Git-Tag: live~1102^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/fdb687517e4fb4657e33db775450b57c4829b1eb Match the top spacing of the leaflet buttons to the gap between groups This removes a usage of sass division operator --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 2dabe8939..2cd357845 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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;