Merge remote-tracking branch 'upstream/pull/4345'
This commit is contained in:
commit
ab54ab95b7
3 changed files with 2 additions and 10 deletions
|
@ -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")),
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidebar_content">
|
||||
<div id="sidebar_content" class="p-3">
|
||||
<%= yield %>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue