Auto deploy: 2025-12-09 06:04:11

This commit is contained in:
Your Name 2025-12-09 06:04:14 +00:00
parent ae2be1a71b
commit 36e1000250
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
/* IMPORTANT: on ne touche pas au transform du marker :
MapLibre l'utilise pour placer le point. */
.post-marker {
pointer-events: auto;
}
/* Petit post compact */
.post-marker-compact .marker-inner {
display: flex;
align-items: center;
padding: 4px 8px;
border-radius: 999px;
background: rgba(6, 40, 80, 0.9);
border: 1px solid rgba(80, 180, 255, 0.9);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
max-width: 220px;
}
/* Gros post */
.post-marker-expanded .marker-expanded-inner {
display: flex;
flex-direction: column;
padding: 8px 10px;
border-radius: 12px;
background: rgba(8, 20, 40, 0.95);
border: 1px solid rgba(90, 190, 255, 0.9);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
max-width: 260px;
}
/* Etc… (le reste de ton style peut rester pareil) */