From 671a05470e2c32af2ea1598f24cc5d84ae169fce Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 4 Feb 2026 13:24:08 +0200 Subject: [PATCH] fix(mobile): missing badge style in tree --- apps/client/src/widgets/note_tree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/note_tree.css b/apps/client/src/widgets/note_tree.css index 57e3460ac2..dbcb66cbc1 100644 --- a/apps/client/src/widgets/note_tree.css +++ b/apps/client/src/widgets/note_tree.css @@ -1,4 +1,4 @@ -#left-pane .tree-wrapper { +.tree-wrapper { .note-indicator-icon.subtree-hidden-badge { font-family: inherit !important; margin-inline: 0.5em;