]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4832'
authorTom Hughes <tom@compton.nu>
Sat, 25 May 2024 13:43:04 +0000 (14:43 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 25 May 2024 13:43:04 +0000 (14:43 +0100)
app/assets/javascripts/leaflet.layers.js
app/assets/stylesheets/common.scss

index 2702f6017e54d605730181642d668458e9898d17..55d492b29421968cad2e0b3585aebdcdd2c0e23a 100644 (file)
@@ -84,7 +84,7 @@ L.OSM.layers = function (options) {
 
       $("<p>")
         .text(I18n.t("javascripts.map.layers.overlays"))
-        .attr("class", "text-body-secondary")
+        .attr("class", "text-body-secondary small mb-2")
         .appendTo(overlaySection);
 
       var overlays = $("<ul class='list-unstyled form-check'>")
index 8f9e7d018566c8d5453ed683c9daa7f54ae3ce9d..c3f2b36adc361a320f7618664c5d39644cb75c36 100644 (file)
@@ -423,10 +423,6 @@ body.small-nav {
   }
 
   .overlay-layers {
-    p {
-      font-size: 13px;
-      margin-bottom: 8px;
-    }
     li.disabled { color: $darkgrey; }
   }
 }