1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/assets/screen-noscript.css

38 lines
649 B
CSS
Raw Permalink Normal View History

header .documentBranch::after, header .documentBranch select, .navButtonContainer {
display: none !important;
}
2020-04-04 15:30:03 +02:00
header .documentBranch span {
display: inline;
}
nav {
position: static;
height: auto;
/* Override changes made by JS to HTMLElement */
max-height: none !important;
}
nav .level2.active > a, nav .level3.active > a {
background: none;
border-left-color: transparent;
}
nav li.level4 {
display: list-item;
}
nav .level4 > a::after {
display: none !important;
}
2020-03-01 20:12:40 +01:00
2020-03-08 19:43:04 +01:00
@media all and (max-width: 50em) {
nav {
2020-03-01 20:12:40 +01:00
display: none;
}
html.nav-opened {
overflow: initial;
}
}