Continuity in responsive layout of the toolbar

Without this change, in the media width range [416, 420) the searchbox is
narrow while the toolbars button space is empty which doesn't look nice.
This commit is contained in:
Veloman Yunkan 2023-11-15 15:45:28 +04:00
parent 605c7f71e0
commit a74df86fcf
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ a.suggest, a.suggest:visited, a.suggest:hover, a.suggest:active {
}
}
@media(max-width:415px) {
@media(max-width:419px) {
.kiwix_searchform {
width: 80%;
}