From 823c43f3196a5b228bd855df6b00c05bb264b449 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Dec 2025 23:29:40 -0500 Subject: [PATCH] update frontend --- src/styles/map.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/map.css b/src/styles/map.css index af1c87d..0964c46 100644 --- a/src/styles/map.css +++ b/src/styles/map.css @@ -320,14 +320,14 @@ body[data-theme="light"] .sw-search-clear{ /* search ~45% à gauche */ .sw-top-search{ - flex:0 0 45%; - max-width:45%; + flex:0 0 40%; + max-width:40%; } /* bloc des 2 boutons ~55% à droite */ .map-top-actions{ - flex:0 0 55%; - max-width:55%; + flex:0 0 60%; + max-width:60%; display:flex; flex-direction:row; align-items:center;