(re-)add tag counts to filter list
This commit is contained in:
parent
cb7d2fe45d
commit
ce13806c97
2 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue