feat(home): add multisub boards with categories, subscriptions list, moderating boards list

This commit is contained in:
plebeius.eth
2024-05-04 22:36:34 +02:00
parent 607aad9379
commit de8107372f
2 changed files with 79 additions and 23 deletions
+1 -1
View File
@@ -26,7 +26,6 @@
}
.boardsBox {
height: 343px;
overflow: hidden;
}
@@ -149,6 +148,7 @@
font-size: 100%;
font-weight: 700;
text-decoration: underline;
text-transform: capitalize;
color: var(--homepage-box-bar-text-color);
}