update frontend
This commit is contained in:
parent
0e8089e1eb
commit
823c43f319
|
|
@ -320,14 +320,14 @@ body[data-theme="light"] .sw-search-clear{
|
||||||
|
|
||||||
/* search ~45% à gauche */
|
/* search ~45% à gauche */
|
||||||
.sw-top-search{
|
.sw-top-search{
|
||||||
flex:0 0 45%;
|
flex:0 0 40%;
|
||||||
max-width:45%;
|
max-width:40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bloc des 2 boutons ~55% à droite */
|
/* bloc des 2 boutons ~55% à droite */
|
||||||
.map-top-actions{
|
.map-top-actions{
|
||||||
flex:0 0 55%;
|
flex:0 0 60%;
|
||||||
max-width:55%;
|
max-width:60%;
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction:row;
|
flex-direction:row;
|
||||||
align-items:center;
|
align-items:center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue