fix(map): narrow photo popups

This commit is contained in:
2026-06-12 14:32:00 +02:00
parent 5cb853b59c
commit 18f566c892

View File

@@ -611,7 +611,7 @@ function htmlPage(): string {
}
.thumb {
width: min(240px, 100%);
width: min(210px, 100%);
padding: 8px;
display: grid;
gap: 8px;
@@ -630,6 +630,11 @@ function htmlPage(): string {
color: var(--leaflet-popup-text);
}
.leaflet-popup-content-wrapper {
border-radius: 6px;
overflow: hidden;
}
.leaflet-popup-content {
margin: 10px 12px;
color: var(--leaflet-popup-text);