Merge remote-tracking branch 'upstream/pull/4345'

This commit is contained in:
Tom Hughes 2023-11-14 15:40:03 +00:00
commit ab54ab95b7
3 changed files with 2 additions and 10 deletions

View file

@ -48,7 +48,7 @@ OSM.initializeBrowse = function (map) {
function displayFeatureWarning(count, limit, add, cancel) {
$("#browse_status").html(
$("<div>").append(
$("<div class='p-3'>").append(
$("<div class='d-flex'>").append(
$("<h2 class='flex-grow-1 text-break'>")
.text(I18n.t("browse.start_rjs.load_data")),

View file

@ -393,10 +393,6 @@ body.small-nav {
#sidebar_loader {
display: none;
}
#sidebar_content {
padding: $spacer;
}
}
.overlay-sidebar #sidebar {
@ -581,10 +577,6 @@ body.small-nav {
margin-left: auto;
margin-right: auto;
}
> div {
padding: $spacer;
}
}
/* Temporary label size override until we remove site-wide font customisation */

View file

@ -36,7 +36,7 @@
</div>
</div>
<div id="sidebar_content">
<div id="sidebar_content" class="p-3">
<%= yield %>
</div>