add a button to display or hide the facets

This commit is contained in:
tamo
2021-03-31 16:17:34 +02:00
parent 529c8f0eb1
commit bcc131e866
3 changed files with 27 additions and 1 deletions

View File

@ -10,11 +10,19 @@
}
#facets {
display: none;
max-width: 900px;
margin: 20px auto 0 auto;
padding: 0;
max-height: 16em;
overflow: scroll;
overflow: scroll;
}
#display_facets {
margin: 20px auto 0 auto;
padding: 5px;
max-height: 16em;
overflow: scroll;
}
#facets .tag:hover {