antibes: enlarge search cell button to fit cell width (#70321)

This commit is contained in:
Corentin Sechet 2022-10-19 12:19:35 +02:00
parent 5128994a2a
commit d245aebe87
1 changed files with 12 additions and 0 deletions

View File

@ -160,6 +160,18 @@ 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;
}
}
//
// WCS
//