From: Tom Hughes Date: Sat, 25 May 2024 13:43:04 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4832' X-Git-Tag: live~890 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/affa9bbf15a8c7206c8f25b50904ddf2df1d2aa0?hp=-c Merge remote-tracking branch 'upstream/pull/4832' --- affa9bbf15a8c7206c8f25b50904ddf2df1d2aa0 diff --combined app/assets/stylesheets/common.scss index 8f9e7d018,1dcdb3b26..c3f2b36ad --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -103,11 -103,11 +103,11 @@@ header } > * { - height: 100%; padding: $lineheight * 0.5; } h1 { + height: $headerHeight; font-size: 18px; } @@@ -423,10 -423,6 +423,6 @@@ body.small-nav } .overlay-layers { - p { - font-size: 13px; - margin-bottom: 8px; - } li.disabled { color: $darkgrey; } } } @@@ -636,6 -632,11 +632,6 @@@ tr.turn } } - .note-description { - overflow: hidden; - margin: 0 0 10px 10px; - } - .query-results { display: none; }