forked from wallabag/wallabag
Enhanced navigation menu in material theme
This commit is contained in:
@ -141,3 +141,15 @@ nav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
min-width: 300px;
|
||||
|
||||
.material-icons {
|
||||
line-height: initial !important;
|
||||
}
|
||||
|
||||
li > a {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -63,6 +63,8 @@ $(document).ready(() => {
|
||||
container: 'body',
|
||||
});
|
||||
|
||||
$('.dropdown-trigger').dropdown({ hover: false });
|
||||
|
||||
initFilters();
|
||||
initExport();
|
||||
initRandom();
|
||||
|
||||
Reference in New Issue
Block a user