From: Tom Hughes Date: Sun, 30 Jul 2023 18:00:02 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4114' X-Git-Tag: live~1602 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/60f42ed6d37c1abe29933614c08fb49486716e2a?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4114' --- 60f42ed6d37c1abe29933614c08fb49486716e2a diff --combined app/assets/stylesheets/common.scss index 80a1c584b,ab9a9e314..848e3f1be --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -533,13 -533,6 +533,6 @@@ body.small-nav } } - .layers-ui, - .share-ui { - li:last-child { - margin-bottom: 0; - } - } - .layers-ui { .base-layers { .leaflet-container { @@@ -591,6 -584,10 +584,6 @@@ } .share-ui { - .share-tab { - display: none; - } - .share-link { input[type=text], textarea { @@@ -607,6 -604,10 +600,6 @@@ } } - #embed_html { - resize: vertical; - } - #mapnik_scale { width: 100px; } @@@ -634,6 -635,19 +627,6 @@@ #attribution { display: none; - - table { - width: 100% - } -} - -.attribution_license, -.attribution_project { - text-align: left; -} - -.attribution_notice { - text-align: center; } .donate-attr { color: darken($green, 10%) !important; }