Partial map implementation #42

This commit is contained in:
Ian Renton
2025-10-16 22:17:33 +01:00
parent 9594040ea4
commit 87846f09f8
5 changed files with 337 additions and 4 deletions

View File

@@ -128,6 +128,21 @@ tr.table-faded td span {
}
/* MAP */
div#map {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
cursor: default;
font-size: 16px;
}
.leaflet-container {
font-family: var(--bs-body-font-family) !important;
}
/* GENERAL MOBILE SUPPORT */
@media (max-width: 991.99px) {