]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
Toggle menu anchor replaced by a button
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index f986b785465aa1b1bc13ee32260b399e9c6f0dc2..99a048b055e8242363e93b3cf179e4afa6b89182 100644 (file)
@@ -31,6 +31,8 @@ nav {
     padding: 0 0.5rem;
     height: auto;
     line-height: 1;
+    background-color: transparent;
+    border: none;
   }
 }
 
@@ -122,3 +124,9 @@ nav .nav-wrapper i {
 #button_export {
   display: none;
 }
+
+@media (min-width: 993px) {
+  .button-collapse {
+    display: none;
+  }
+}