]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
Label replaced by a button on the nav new entry form
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index f986b785465aa1b1bc13ee32260b399e9c6f0dc2..7191a71a4db115f0763806987abdb8b23e17e5e3 100644 (file)
@@ -31,6 +31,8 @@ nav {
     padding: 0 0.5rem;
     height: auto;
     line-height: 1;
+    background-color: transparent;
+    border: none;
   }
 }
 
@@ -66,7 +68,6 @@ nav .nav-wrapper i {
   .input-field input {
     display: block;
     line-height: inherit;
-    padding-left: 4rem !important;
     width: calc(100% - 8rem);
     height: 4.1rem;
   }
@@ -122,3 +123,9 @@ nav .nav-wrapper i {
 #button_export {
   display: none;
 }
+
+@media (min-width: 993px) {
+  .button-collapse {
+    display: none;
+  }
+}