mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
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:
@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user