forked from wallabag/wallabag
Fix nav new entry and search form alignment
This commit is contained in:
committed by
Nicolas Lœuillet
parent
f86c2b5fa6
commit
63771b9ae3
@ -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
Reference in New Issue
Block a user