add more css classes based on feedback

This commit is contained in:
Athou
2025-05-06 19:24:30 +02:00
parent d417655a86
commit b5c197f499
7 changed files with 9 additions and 9 deletions

View File

@@ -182,7 +182,7 @@ export function Tree() {
<OnDesktop>
<TreeSearch feeds={feeds} />
</OnDesktop>
<Box>
<Box className="cf-tree">
{allCategoryNode()}
{starredCategoryNode()}
{root.children.map(c => recursiveCategoryNode(c))}