From: Tom Hughes Date: Sun, 30 Jul 2023 17:53:30 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4115' X-Git-Tag: live~1594 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/52bb2a4430754f73e85055361696b075161e75c0?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4115' --- 52bb2a4430754f73e85055361696b075161e75c0 diff --combined app/assets/stylesheets/common.scss index 02bddc800,14f7d5fbc..80a1c584b --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -591,6 -591,10 +591,6 @@@ body.small-nav } .share-ui { - .share-tab { - display: none; - } - .share-link { input[type=text], textarea { @@@ -607,6 -611,10 +607,6 @@@ } } - #embed_html { - resize: vertical; - } - #mapnik_scale { width: 100px; } @@@ -634,19 -642,6 +634,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; }