From 5ec9abd8748018dd1ee66fe368fdd8fda215e434 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 2 Jan 2026 02:21:35 -0500 Subject: [PATCH] Anchor modal arrows to edges --- src/styles/mapMarkers.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/mapMarkers.css b/src/styles/mapMarkers.css index 4e98a96..d7dfd9a 100644 --- a/src/styles/mapMarkers.css +++ b/src/styles/mapMarkers.css @@ -915,10 +915,10 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{ transform:translateY(-50%) scale(1); } .sw-modal-hero-arrow.left{ - left:10px; + left:8px; } .sw-modal-hero-arrow.right{ - right:50px; + right:8px; } .sw-modal-gallery-indicator{