Fix nav new entry and search form alignment

This commit is contained in:
Simounet 2017-12-28 20:28:10 +01:00 committed by Nicolas Lœuillet
parent f86c2b5fa6
commit 63771b9ae3
2 changed files with 3 additions and 2 deletions

View file

@ -69,7 +69,7 @@ nav .nav-wrapper i {
display: block;
line-height: inherit;
width: calc(100% - 8rem);
height: 4.1rem;
height: 3rem;
}
.input-field input:focus {
@ -108,6 +108,7 @@ nav .nav-wrapper i {
&.nav-panel-search form {
display: flex;
flex: 1;
align-items: center;
}
&.nav-panel-add form.disabled,

File diff suppressed because one or more lines are too long