Restyle map popup: full-bleed photo, padded body, no close header

This commit is contained in:
Ian Gulliver
2026-08-16 13:29:56 -07:00
parent a7f1961c5f
commit 2574ced672
2 changed files with 22 additions and 7 deletions
+15 -3
View File
@@ -421,16 +421,28 @@ main {
stroke-linejoin: round;
}
.gm-style .gm-style-iw-c {
padding: 0 !important;
border-radius: 14px;
}
.gm-style .gm-style-iw-d {
overflow: hidden !important;
padding: 0;
}
.map-popup {
max-width: 220px;
max-width: 260px;
font-family: Inter, system-ui, sans-serif;
}
.map-popup-photo {
width: 100%;
border-radius: 8px;
display: block;
margin-bottom: 8px;
}
.map-popup-body {
padding: 12px 14px 14px;
}
.map-popup-name {