]> git.openstreetmap.org Git - rails.git/commitdiff
Match the top spacing of the leaflet buttons to the gap between groups
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Sep 2023 15:32:43 +0000 (16:32 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Sep 2023 17:10:02 +0000 (18:10 +0100)
This removes a usage of sass division operator

app/assets/stylesheets/common.scss

index 2dabe8939e0ef8c521f7c9af4af2ab0cd72f84f4..2cd357845929be2bdff8dfe9947ee3ddfb2ad992 100644 (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;