mirror of
https://github.com/zadam/trilium.git
synced 2026-01-15 19:14:30 +01:00
fix(tree): alignment of note count badge
This commit is contained in:
parent
712e87b39f
commit
968a17fbfb
@ -1,17 +1,16 @@
|
||||
#left-pane .tree-wrapper {
|
||||
.note-indicator-icon.subtree-hidden-badge {
|
||||
font-family: inherit !important;
|
||||
margin-inline-start: 0.5em;
|
||||
margin-inline: 0.5em;
|
||||
margin-top: 0.3em;
|
||||
background: var(--left-pane-item-action-button-background);
|
||||
color: var(--left-pane-item-action-button-color);
|
||||
padding: 0.2em 0.4em;
|
||||
padding: 0.1em 0.6em;
|
||||
border-radius: 0.5em;
|
||||
font-size: 0.7rem;
|
||||
font-weight: normal;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0.6em;
|
||||
transform: translateY(-50%);
|
||||
float: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.spotlighted-node {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user