Add basic support for nested menu

* Related issue: #53
This commit is contained in:
Track3 2019-06-22 18:44:30 +08:00
parent c2e02c5dff
commit 00dbd49a94
8 changed files with 39 additions and 8 deletions

View file

@ -145,6 +145,10 @@ table {
height: 1em;
}
.sub-menu {
font-size: .7em;
}
.desktop-only, .desktop-only-ib {
display: none;
}
@ -215,6 +219,15 @@ table {
font-size: 1.1em;
opacity: .8;
.has-children {
padding-right: .5em;
border-right: 2px solid $highlight-grey;
}
.sub-menu > a{
margin-left: .3em;
}
a {
margin-left: .8em;
}