X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c7a4705c904935fe42658daafa0aa5175132cdd6..ef5352332e02c2f3a9c9d5cc7594ec8da02cb64e:/app/assets/javascripts/leaflet.share.js?ds=sidebyside
diff --git a/app/assets/javascripts/leaflet.share.js b/app/assets/javascripts/leaflet.share.js
index eb351fa02..40ba020e6 100644
--- a/app/assets/javascripts/leaflet.share.js
+++ b/app/assets/javascripts/leaflet.share.js
@@ -8,9 +8,10 @@ L.OSM.share = function (options) {
control.onAddPane = function (map, button, $ui) {
// Link / Embed
+ $("#content").addClass("overlay-right-sidebar");
var $linkSection = $("
")
- .attr("class", "section share-link")
+ .attr("class", "share-link p-3 border-bottom border-secondary-subtle")
.appendTo($ui);
$("
")
@@ -98,13 +99,13 @@ L.OSM.share = function (options) {
.on("click", select))
.append(
$("
")
- .attr("class", "text-muted")
+ .attr("class", "text-body-secondary")
.text(I18n.t("javascripts.share.paste_html")));
// Geo URI
var $geoUriSection = $("
")
- .attr("class", "section share-geo-uri")
+ .attr("class", "share-geo-uri p-3 border-bottom border-secondary-subtle")
.appendTo($ui);
$("
")
@@ -119,7 +120,7 @@ L.OSM.share = function (options) {
// Image
var $imageSection = $("")
- .attr("class", "section share-image")
+ .attr("class", "share-image p-3")
.appendTo($ui);
$("
")
@@ -128,7 +129,7 @@ L.OSM.share = function (options) {
$("")
.attr("id", "export-warning")
- .attr("class", "text-muted")
+ .attr("class", "text-body-secondary")
.text(I18n.t("javascripts.share.only_standard_layer"))
.appendTo($imageSection);
@@ -159,6 +160,7 @@ L.OSM.share = function (options) {
$("
")
.appendTo($form)
.attr("class", "row mb-3")
+ .attr("id", "mapnik_scale_row")
.append($("