diff --git a/src/styles/mapMarkers.css b/src/styles/mapMarkers.css index 0d73bcd..b8fd988 100644 --- a/src/styles/mapMarkers.css +++ b/src/styles/mapMarkers.css @@ -942,12 +942,14 @@ body[data-theme="blue"] .sw-centered-modal .post-card.sw-expanded-shell{ .sw-modal-gallery-indicator{ position:absolute; top:0.75rem; - right:0.25rem; + right:-6px; bottom:auto; left:auto; transform:none; - padding-right:0.3rem; - margin-right:10px; + padding:0.1rem 0.5rem; + border-radius:999px; + background:rgba(2,6,23,0.65); + box-shadow:0 8px 16px rgba(0,0,0,0.35); } .sw-modal-gallery-indicator span{ display:inline-flex;