Add support for "nested" menu items

some menus were just getting too long, so this gives us a way to collapse
certain items, which user can expand as needed
This commit is contained in:
Lance Edgar 2021-02-01 11:57:12 -06:00
parent 329e75ee82
commit fe80028c07
3 changed files with 139 additions and 38 deletions

View file

@ -46,6 +46,11 @@ header .level-left .global-title {
font-weight: bold;
}
/* indent nested menu items a bit */
header .navbar-item.nested {
padding-left: 2.5rem;
}
header .level #current-context,
header .level-left #current-context {
font-size: 2em;