chore(tree): align child count to the right

This commit is contained in:
Elian Doran 2026-01-09 17:03:56 +02:00
parent b6a6e78d01
commit 0c27bd25fa
No known key found for this signature in database

View File

@ -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%);
}