mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Economical space usage in search form
No pre defined height for devices with with max-width 590px now. The previous height took a good amount of space on some devices.
This commit is contained in:
@ -490,8 +490,9 @@ body {
|
|||||||
|
|
||||||
@media screen and (max-width: 590px) {
|
@media screen and (max-width: 590px) {
|
||||||
|
|
||||||
.kiwixNav {
|
.kiwixNav__SearchForm {
|
||||||
height: 285px;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kiwixHomeBody {
|
.kiwixHomeBody {
|
||||||
|
Reference in New Issue
Block a user