make tools submenu visible only on click/tap

This commit is contained in:
2022-03-19 14:52:05 +05:00
parent d2b4b57d28
commit bff30aeed6
2 changed files with 14 additions and 1 deletions

View File

@ -269,6 +269,19 @@ body {
display: flex;
}
#top-menu .drawer .submenu {
visibility: hidden;
}
#top-menu .drawer .submenu li {
padding: 0;
padding-top: 1em;
}
#top-menu .drawer .opened .submenu {
visibility: visible;
}
.drawer .has-submenu {
padding-left: 2em;
}