update frontend

This commit is contained in:
Your Name 2025-12-20 23:31:20 -05:00
parent 823c43f319
commit 1ef0a29958
1 changed files with 4 additions and 4 deletions

View File

@ -320,14 +320,14 @@ body[data-theme="light"] .sw-search-clear{
/* search ~45% à gauche */
.sw-top-search{
flex:0 0 40%;
max-width:40%;
flex:0 0 30%;
max-width:30%;
}
/* bloc des 2 boutons ~55% à droite */
.map-top-actions{
flex:0 0 60%;
max-width:60%;
flex:0 0 70%;
max-width:70%;
display:flex;
flex-direction:row;
align-items:center;