From 0c27bd25fa6ce369f3f112599b4aa1acda8756a8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 9 Jan 2026 17:03:56 +0200 Subject: [PATCH] chore(tree): align child count to the right --- apps/client/src/widgets/note_tree.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/note_tree.css b/apps/client/src/widgets/note_tree.css index 31e2b0142..4ab73d6fe 100644 --- a/apps/client/src/widgets/note_tree.css +++ b/apps/client/src/widgets/note_tree.css @@ -3,8 +3,12 @@ margin-inline-start: 0.5em; background: var(--left-pane-item-action-button-background); color: var(--left-pane-item-action-button-color); - padding: 0.25em; + padding: 0.2em 0.4em; border-radius: 0.5em; font-size: 0.7rem; font-weight: normal; + position: absolute; + top: 50%; + right: 0.6em; + transform: translateY(-50%); }