mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +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;
|
||||
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
Loading…
Reference in a new issue