Display the facet values on the HTML debug page

This commit is contained in:
Kerollmops
2020-12-28 19:32:56 +01:00
parent 3b64735058
commit d25a859985
3 changed files with 30 additions and 1 deletions

View File

@ -4,6 +4,18 @@
padding: 0;
}
#facets .tag {
margin-right: 1em;
margin-bottom: 1em;
}
#facets {
max-width: 900px;
margin: 20px auto 0 auto;
padding: 0;
max-height: 16em;
overflow: scroll;
}
#logo-white {
display: none;
}