feat(catalog filters): add "filtered threads" count

This commit is contained in:
Tom (plebeius.eth)
2024-09-10 19:16:13 +02:00
parent 319ff28b51
commit b38948bbc9
3 changed files with 71 additions and 15 deletions
@@ -79,6 +79,16 @@
padding-top: 15px;
}
.filteredThreadsCount {
text-transform: none !important;
}
.mobileBoardButtons .filteredThreadsCount {
display: block;
margin-top: 3px;
margin-bottom: 15px;
}
@media (max-width: 640px) {
.desktopBoardButtons {
display: none;