mirror of https://github.com/kiwix/libkiwix.git
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:
parent
3cdc6c41c4
commit
08d6376eed
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue