Append the facet value to the facet query on click

This commit is contained in:
Kerollmops
2020-12-29 00:44:42 +01:00
parent d25a859985
commit 510df4729c
2 changed files with 22 additions and 2 deletions

View File

@ -8,6 +8,7 @@
margin-right: 1em;
margin-bottom: 1em;
}
#facets {
max-width: 900px;
margin: 20px auto 0 auto;
@ -16,6 +17,10 @@
overflow: scroll;
}
#facets .tag:hover {
cursor: pointer;
}
#logo-white {
display: none;
}