Skip to content

Commit

Permalink
Economical space usage in search form
Browse files Browse the repository at this point in the history
No pre defined height for devices with with max-width 590px now. The previous height took a good amount of space on some devices.
  • Loading branch information
juuz0 committed Mar 2, 2023
1 parent 3cdc6c4 commit 08d6376
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/skin/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,9 @@ body {

@media screen and (max-width: 590px) {

.kiwixNav {
height: 285px;
.kiwixNav__SearchForm {
display: flex;
flex-direction: column;
}

.kiwixHomeBody {
Expand Down

0 comments on commit 08d6376

Please sign in to comment.