]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Fix nav-panel-search height
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index c6b7326da6bad581f39a21864a36414a62aa7034..ee4ad4e0f1124dc3ac55cbf684bbb1571dda195d 100755 (executable)
@@ -291,6 +291,7 @@ nav {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
+  min-height: 64px;
 }
 
 .nav-wrapper .button-collapse {
@@ -304,7 +305,7 @@ nav {
 .nav-panel-buttom {
   display: flex;
   flex-grow: 1;
-  justify-content: right;
+  justify-content: flex-end;
 }
 
 .nav-panel-buttom li {
@@ -369,7 +370,8 @@ nav {
 .input-field.nav-panel-add form,
 .input-field.nav-panel-search,
 .input-field.nav-panel-search form {
-  flex-grow: 1;
+  display: flex;
+  flex: 1;
 }
 
 /* ==========================================================================
@@ -439,7 +441,6 @@ nav ul a:hover {
 .side-nav.fixed.right-aligned {
   right: -250px;
   left: auto !important;
-  overflow-y: visible;
 }
 
 #filters div.with-checkbox {