mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-24 08:30:30 +00:00
Merge pull request #2818 from Kdecherf/fix-search-bar
Fix nav-panel-search height
This commit is contained in:
commit
5b9cf67529
3 changed files with 5 additions and 3 deletions
|
@ -291,6 +291,7 @@ nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
min-height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-wrapper .button-collapse {
|
.nav-wrapper .button-collapse {
|
||||||
|
@ -369,7 +370,8 @@ nav {
|
||||||
.input-field.nav-panel-add form,
|
.input-field.nav-panel-add form,
|
||||||
.input-field.nav-panel-search,
|
.input-field.nav-panel-search,
|
||||||
.input-field.nav-panel-search form {
|
.input-field.nav-panel-search form {
|
||||||
flex-grow: 1;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue