mirror of https://github.com/kiwix/libkiwix.git
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:
parent
605c7f71e0
commit
a74df86fcf
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue