diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-02-03 09:04:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 09:04:33 +0100 |
commit | 5b9cf6752907c566e07b2b258c359c8a115e4ba4 (patch) | |
tree | 4cbaa098c28aba600872895d42c5c5dfb41b3df3 /app | |
parent | 8a098044bfbe00fa2bd08b01a6d19871b03f28b7 (diff) | |
parent | 8138fd390b9e274fa878b84668a76df172e5c8f1 (diff) | |
download | wallabag-5b9cf6752907c566e07b2b258c359c8a115e4ba4.tar.gz wallabag-5b9cf6752907c566e07b2b258c359c8a115e4ba4.tar.zst wallabag-5b9cf6752907c566e07b2b258c359c8a115e4ba4.zip |
Merge pull request #2818 from Kdecherf/fix-search-bar
Fix nav-panel-search height
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index f43e6042..ee4ad4e0 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -291,6 +291,7 @@ nav { | |||
291 | display: flex; | 291 | display: flex; |
292 | flex-wrap: wrap; | 292 | flex-wrap: wrap; |
293 | justify-content: space-between; | 293 | justify-content: space-between; |
294 | min-height: 64px; | ||
294 | } | 295 | } |
295 | 296 | ||
296 | .nav-wrapper .button-collapse { | 297 | .nav-wrapper .button-collapse { |
@@ -369,7 +370,8 @@ nav { | |||
369 | .input-field.nav-panel-add form, | 370 | .input-field.nav-panel-add form, |
370 | .input-field.nav-panel-search, | 371 | .input-field.nav-panel-search, |
371 | .input-field.nav-panel-search form { | 372 | .input-field.nav-panel-search form { |
372 | flex-grow: 1; | 373 | display: flex; |
374 | flex: 1; | ||
373 | } | 375 | } |
374 | 376 | ||
375 | /* ========================================================================== | 377 | /* ========================================================================== |