]> 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 b7288278cf474cb7af4efe40607789a5bef9f93f..c84f7957174718348f3ce98d4d9c3413b9dc76fa 100644 (file)
@@ -141,3 +141,15 @@ nav {
     display: none;
   }
 }
+
+.dropdown-content {
+  min-width: 300px;
+
+  .material-icons {
+    line-height: initial !important;
+  }
+
+  li > a {
+    padding: 10px;
+  }
+}