Uses details for user menu in main navbar

This commit is contained in:
Mouse Reeve
2022-04-08 13:11:41 -07:00
parent 1a6e98b546
commit 51f5c9562d
3 changed files with 89 additions and 58 deletions

View File

@ -114,3 +114,17 @@ details[open] summary .details-close {
padding-bottom: 0.25rem;
}
}
/** Navbar details
******************************************************************************/
#navbar-dropdown .navbar-item {
color: $text;
font-size: 0.875rem;
padding: 0.375rem 3rem 0.375rem 1rem;
white-space: nowrap;
}
#navbar-dropdown .navbar-item:hover {
background-color: $background-secondary;
}