diff options
author | Simounet <contact@simounet.net> | 2017-12-28 20:28:10 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2018-01-12 10:07:46 +0100 |
commit | 63771b9ae31a8df8050677b53e64f7cf17924c27 (patch) | |
tree | 34b4999f2f5c0e9795b607f3b185ed71d280f6f5 /app/Resources/static | |
parent | f86c2b5fa6e8e681dbc6608e8272b63679336676 (diff) | |
download | wallabag-63771b9ae31a8df8050677b53e64f7cf17924c27.tar.gz wallabag-63771b9ae31a8df8050677b53e64f7cf17924c27.tar.zst wallabag-63771b9ae31a8df8050677b53e64f7cf17924c27.zip |
Fix nav new entry and search form alignment
Diffstat (limited to 'app/Resources/static')
-rw-r--r-- | app/Resources/static/themes/material/css/nav.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index f5447b8c..d2e14e69 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss | |||
@@ -69,7 +69,7 @@ nav .nav-wrapper i { | |||
69 | display: block; | 69 | display: block; |
70 | line-height: inherit; | 70 | line-height: inherit; |
71 | width: calc(100% - 8rem); | 71 | width: calc(100% - 8rem); |
72 | height: 4.1rem; | 72 | height: 3rem; |
73 | } | 73 | } |
74 | 74 | ||
75 | .input-field input:focus { | 75 | .input-field input:focus { |
@@ -108,6 +108,7 @@ nav .nav-wrapper i { | |||
108 | &.nav-panel-search form { | 108 | &.nav-panel-search form { |
109 | display: flex; | 109 | display: flex; |
110 | flex: 1; | 110 | flex: 1; |
111 | align-items: center; | ||
111 | } | 112 | } |
112 | 113 | ||
113 | &.nav-panel-add form.disabled, | 114 | &.nav-panel-add form.disabled, |