]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
Fix nav new entry and search form alignment
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index f5447b8c45623c7930007b24da20ff137d4809d3..d2e14e69da66448a9dd63c9b2687849fad026cfd 100644 (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,