update frontend

This commit is contained in:
Your Name 2025-12-21 00:14:32 -05:00
parent 699c4eb804
commit 9ee948fcb8
1 changed files with 4 additions and 3 deletions

View File

@ -2,13 +2,14 @@
/* On vise ta classe réelle: .sw-searchbar (celle utilisée dans MapView.jsx) */
.sw-searchbar {
/* 75% de l'écran, max 520px, toujours propre */
width: min(75vw, 520px);
/* full width dans son conteneur + limite max propre */
width: 100%;
max-width: min(760px, 92vw);
}
@media (min-width: 1024px) {
.sw-searchbar {
width: min(75vw, 520px);
max-width: min(820px, 70vw);
}
}