From 61654601ffabcc2e21f6a06d70257ab17227a60a Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 21 Jan 2026 20:42:56 +0000 Subject: [PATCH] Increase compact map marker size - Larger padding, dot, and text for compact markers - max-width increased from 180px to 220px - font-size increased from 11px to 13px Co-Authored-By: Claude Opus 4.5 --- src/styles/mapMarkers.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/mapMarkers.css b/src/styles/mapMarkers.css index 1a95364..6c0902a 100644 --- a/src/styles/mapMarkers.css +++ b/src/styles/mapMarkers.css @@ -20,15 +20,15 @@ transform: translate(-50%, calc(-100% - 12px)); display: inline-flex; align-items: center; - padding: 4px 8px; + padding: 6px 12px; border-radius: 999px; background: rgba(6, 40, 80, 0.98); /* transparence intacte */ border: 3px solid #000; /* contour plus épais */ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); /* ombre plus forte */ - max-width: 180px; + max-width: 220px; } -.post-pin-dot { width:10px; height:10px; border-radius:999px; background:#ff8a00; margin-right:6px; flex-shrink:0; } -.post-pin-text { color:#e8f5ff; font-size:11px; font-weight:500; max-width:160px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } +.post-pin-dot { width:12px; height:12px; border-radius:999px; background:#ff8a00; margin-right:8px; flex-shrink:0; } +.post-pin-text { color:#e8f5ff; font-size:13px; font-weight:500; max-width:190px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .post-pin--compact .post-pin-pointer-small { position: absolute;