(re-)add tag counts to filter list

This commit is contained in:
Rhiannon Morris 2020-09-17 19:12:48 +02:00
parent cb7d2fe45d
commit ce13806c97
2 changed files with 7 additions and 2 deletions

View file

@ -80,6 +80,11 @@ body {
border: none;
box-shadow: none;
}
#filters label[data-count]::after {
content: '(' attr(data-count) ')';
font-size: 80%;
padding-left: 0.25em;
}
.grid {
padding: 0;