]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
Enhanced navigation menu in material theme
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index 147f163fd27674b126a25e34b61516a56b98c194..c84f7957174718348f3ce98d4d9c3413b9dc76fa 100644 (file)
@@ -131,8 +131,25 @@ nav {
   display: none;
 }
 
+.entry-nav-top--sticky {
+  position: sticky;
+  top: 0;
+}
+
 @media (min-width: 993px) {
   .button-collapse {
     display: none;
   }
 }
+
+.dropdown-content {
+  min-width: 300px;
+
+  .material-icons {
+    line-height: initial !important;
+  }
+
+  li > a {
+    padding: 10px;
+  }
+}