update frontend

This commit is contained in:
Your Name 2025-12-20 23:35:45 -05:00
parent 1ef0a29958
commit a095057272
1 changed files with 7 additions and 0 deletions

View File

@ -384,3 +384,10 @@ body[data-theme="light"] .sw-search-clear{
.maplibregl-ctrl-zoom-out{ .maplibregl-ctrl-zoom-out{
display:none !important; display:none !important;
} }
/* ===== SocioWire: override top search bar width ===== */
/* Change 260px pour ajuster la longueur réelle de la barre */
input[placeholder*="Look at"] {
width: 260px; /* longueur de la barre */
max-width: 80vw; /* pour éviter qu'elle dépasse sur petits écrans */
}