Harmonize marker / popup rendering

This commit is contained in:
2026-05-02 00:16:37 +02:00
parent 560b22c039
commit 95ebc96484
9 changed files with 169 additions and 232 deletions
+5
View File
@@ -10,6 +10,11 @@ $thumbnail-max-size: 60px;
top: 0;
bottom: 0;
width: 100%;
visibility: hidden;
.map-ready & {
visibility: visible;
}
.maplibregl-popup {
max-width: 300px;