antibes: fix search cell button not under textfield in mobile (#71841)

This commit is contained in:
Corentin Sechet 2022-11-29 16:14:04 +01:00 committed by Gitea
parent 31403662c0
commit 0e7ad03977
1 changed files with 2 additions and 7 deletions

View File

@ -161,17 +161,12 @@ div.link-cell div.links-list ul > li > a,
}
#sidebar div.searchcell {
form {
display: flex;
flex-wrap: wrap;
}
button {
flex-grow: 1;
margin-right: 1rem;
width: 100%;
}
}
//
// WCS
//