mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Fix nav-panel-search height
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
8a098044bf
commit
3cc0cc0ae7
1 changed files with 3 additions and 1 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue