1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Hide <select> and navigation buttons in HTML

This commit is contained in:
Unrud 2021-12-05 13:55:54 +01:00
parent 664ddc6737
commit 8cfe545042
5 changed files with 9 additions and 12 deletions

View file

@ -1,5 +1,5 @@
header .documentBranch::after, header .documentBranch select {
display: none;
header .documentBranch::after, header .documentBranch select, .navButtonContainer {
display: none !important;
}
header .documentBranch span {
@ -27,7 +27,7 @@ nav .level4 > a::after {
}
@media all and (max-width: 50em) {
nav, .navButtonContainer {
nav {
display: none;
}