From: Tom Hughes Date: Mon, 13 Nov 2023 18:44:16 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4343' X-Git-Tag: live~944 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/4ed7387551b328a712959098a2eeeadf128ff225?ds=sidebyside;hp=-c Merge remote-tracking branch 'upstream/pull/4343' --- 4ed7387551b328a712959098a2eeeadf128ff225 diff --combined app/assets/stylesheets/common.scss index 3edeeb4d8,864b075bb..44ac1a8d7 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -318,14 -318,6 +318,6 @@@ body.small-nav font-weight: $font-weight-normal; } - /* Rules for the message shown in place of the map when javascript is disabled */ - - #noscript { - z-index: 20000000; - margin-left: 400px; - margin-top: 50px; - } - /* Rules for Leaflet maps */ .leaflet-top.leaflet-right, @@@ -405,6 -397,10 +397,6 @@@ #sidebar_content { padding: $spacer; } - - > div { - position: relative; - } } .overlay-sidebar #sidebar { @@@ -428,6 -424,11 +420,6 @@@ .welcome { display: none; - - p { - font-size: 110%; - font-weight: 300; - } } #banner { @@@ -843,6 -844,11 +835,6 @@@ tr.turn:hover bottom: 0; width: 100%; } - - #map { - height: 100%; - overflow: hidden; - } } /* Rules for non-map content pages */ @@@ -901,6 -907,15 +893,6 @@@ } } -#content.maximised { - top: 0; - left: 0; - right: 0; - bottom: 0; - border: 0; - z-index: 2000; -} - /* Rules for small maps in content areas */ .content_map { @@@ -1079,6 -1094,13 +1071,6 @@@ div.secondary-actions } } -/* Rules for the iD editor */ - -.id-embed { - width: 100%; - height: 100%; -} - /* Rules for the "Welcome" page */ .site-welcome, .site-fixthemap { .sprite { diff --combined app/views/layouts/map.html.erb index 646c22dea,a4e1891ff..62b6acf43 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@@ -43,19 -43,21 +43,19 @@@ <% unless current_user %>