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:
parent
ec4f2a40d6
commit
b9c93d3e11
6 changed files with 122 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue