Enhanced navigation menu in material theme

This commit is contained in:
Nicolas Lœuillet
2020-04-21 07:58:44 +02:00
parent 0e8a0f77d0
commit d9a68f6ced
21 changed files with 59 additions and 40 deletions

View File

@ -141,3 +141,15 @@ nav {
display: none;
}
}
.dropdown-content {
min-width: 300px;
.material-icons {
line-height: initial !important;
}
li > a {
padding: 10px;
}
}

View File

@ -63,6 +63,8 @@ $(document).ready(() => {
container: 'body',
});
$('.dropdown-trigger').dropdown({ hover: false });
initFilters();
initExport();
initRandom();