From fdb687517e4fb4657e33db775450b57c4829b1eb Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Sep 2023 16:32:43 +0100 Subject: [PATCH] Match the top spacing of the leaflet buttons to the gap between groups This removes a usage of sass division operator --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5