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 <noreply@anthropic.com>
This commit is contained in:
parent
2a9ec02d1c
commit
61654601ff
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue