1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-26 17:58:30 +00:00

Implement side menu for narrow screens

This commit is contained in:
Unrud 2020-03-01 20:12:40 +01:00
parent ec4f2a40d6
commit b9c93d3e11
6 changed files with 122 additions and 29 deletions

View file

@ -25,3 +25,13 @@ nav .level4 {
nav .level4 > a::after {
display: none !important;
}
@media screen and (max-width: 50em) {
nav, .navButtonContainer {
display: none;
}
html.nav-opened {
overflow: initial;
}
}