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:
parent
664ddc6737
commit
8cfe545042
5 changed files with 9 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue