feat(catalog): add filter to hide text-only threads, turned on by default

This commit is contained in:
Tom (plebeius.eth)
2024-06-14 21:56:23 +02:00
parent b984f5f48b
commit ce93915919
4 changed files with 50 additions and 7 deletions
@@ -43,6 +43,10 @@
align-items: center;
}
.desktopBoardButtons .rightSideButtons select {
margin-right: 5px;
}
@media (max-width: 640px) {
.desktopBoardButtons {
display: none;