antibes: fix search cell button not under textfield in mobile (#71841)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details
gitea-wip/publik-base-theme/pipeline/head Build started... Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Corentin Sechet 2022-11-29 16:14:04 +01:00
parent 7c0914a482
commit 77fa8da51c
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
//