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

This commit is contained in:
Tom Hughes 2023-11-13 18:44:16 +00:00
commit 4ed7387551
2 changed files with 1 additions and 9 deletions

View file

@ -318,14 +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,

View file

@ -65,7 +65,7 @@
</div>
<noscript>
<div id="noscript">
<div class="mt-5 p-3">
<p><%= t "site.index.js_1" %></p>
<p><%= t "site.index.js_2" %></p>
</div>