fix(ui): constrain photo popups
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 4s

This commit is contained in:
2026-06-12 15:15:59 +02:00
parent 6eb95cb79e
commit ffd2ca887d

View File

@@ -644,6 +644,7 @@ function htmlPage(): string {
.thumb { .thumb {
width: min(210px, 100%); width: min(210px, 100%);
box-sizing: border-box;
padding: 8px; padding: 8px;
display: grid; display: grid;
gap: 8px; gap: 8px;
@@ -675,7 +676,7 @@ function htmlPage(): string {
} }
.leaflet-popup-content { .leaflet-popup-content {
margin: 10px 12px; margin: 0;
color: var(--timeline-text); color: var(--timeline-text);
} }