mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Fix nav new entry and search form alignment
This commit is contained in:
parent
f86c2b5fa6
commit
63771b9ae3
2 changed files with 3 additions and 2 deletions
|
@ -69,7 +69,7 @@ nav .nav-wrapper i {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
width: calc(100% - 8rem);
|
width: calc(100% - 8rem);
|
||||||
height: 4.1rem;
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-field input:focus {
|
.input-field input:focus {
|
||||||
|
@ -108,6 +108,7 @@ nav .nav-wrapper i {
|
||||||
&.nav-panel-search form {
|
&.nav-panel-search form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.nav-panel-add form.disabled,
|
&.nav-panel-add form.disabled,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue