diff --git a/src/components/Map/markerManager.js b/src/components/Map/markerManager.js index f19774c..962b673 100644 --- a/src/components/Map/markerManager.js +++ b/src/components/Map/markerManager.js @@ -247,7 +247,7 @@ function applyPostDetails(modalWrap, post) { ? `` : `
${escapeHtml(normCatLabel(post))}
`; const arrowHtml = heroHasGallery - ? `` + ? `` : ""; const indicatorHtml = heroHasGallery ? `` diff --git a/src/styles/mapMarkers.css b/src/styles/mapMarkers.css index 82a159b..6604320 100644 --- a/src/styles/mapMarkers.css +++ b/src/styles/mapMarkers.css @@ -898,8 +898,8 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{ position:absolute; top:50%; transform:translateY(-50%) scale(0.95); - width:52px; - height:52px; + width:60px; + height:60px; border-radius:50%; border:1px solid rgba(255,255,255,0.35); background: rgba(0,0,0,0.55); @@ -924,7 +924,7 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{ .sw-modal-gallery-indicator{ position:absolute; top:0.75rem; - right:calc(10px + 52px + 10px); + right:calc(10px + 60px + 14px); padding:0.2rem 0.65rem; border-radius:999px; background:rgba(0,0,0,0.6); @@ -950,8 +950,8 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{ @media (max-width: 768px) { .sw-modal-hero-arrow{ - width:46px; - height:46px; + width:54px; + height:54px; border-width:0; background:rgba(15,23,42,0.7); }