1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +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

@ -80,7 +80,7 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
/* END: https://www.w3.org/TR/CSS22/ */
@media not screen {
header select.documentBranch, nav, .headerlink {
header select.documentBranch, nav, .navButtonContainer, .headerlink {
display: none;
}