chore: attribution carte — Groupe Ka seul (badge + crédit bas-droite), échelle en bas-gauche
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 changed files +3 −1
modified
frontend/src/components/MapView.tsx
+0 −0
Binary file not shown.
modified
frontend/src/styles.css
+3 −1
@@ -364,7 +364,9 @@ table.rooms tr:nth-child(even) td { background: var(--surface-2); } | ||
| 364 | 364 | .mv-legend span { display: flex; align-items: center; gap: 7px; } |
| 365 | 365 | .mv-lg-pill { display: inline-block; width: 22px; height: 12px; border-radius: 999px; background: #fff; border: 1.5px solid rgba(26, 18, 20, 0.35); } |
| 366 | 366 | .mv-lg-deal { background: var(--lime); border-color: var(--green); } |
| 367 | −.mini-map .mv-brand, .mini-map .mv-legend { display: none; } | |
| 367 | +.mv-credit { position: absolute; bottom: 8px; right: 8px; z-index: 3; padding: 4px 10px; background: rgba(255, 255, 255, 0.9); border-radius: 999px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--ink-2); pointer-events: none; } | |
| 368 | +.mv-credit b { color: var(--ink); } | |
| 369 | +.mini-map .mv-brand, .mini-map .mv-legend, .mini-map .mv-credit { display: none; } | |
| 368 | 370 | .mini-map .mapwrap { height: 100%; } |
| 369 | 371 | .map-loading { display: flex; align-items: center; justify-content: center; color: var(--ink-3); font-family: var(--font-mono); font-size: 13px; } |
| 370 | 372 | @media (max-width: 780px) { .map-split { grid-template-columns: 1fr; height: calc(100dvh - 230px); } .map-list { display: none; } .results-tools { width: 100%; justify-content: space-between; } } |
| 371 | 373 | |