style/list view: tweak indentation size

This commit is contained in:
Adorian Doran
2026-02-15 18:34:54 +02:00
parent 10cf1a371e
commit 80b488deec
2 changed files with 7 additions and 3 deletions

View File

@@ -115,7 +115,11 @@
}
:root .nested-note-list {
--card-nested-section-indent: 40px;
--card-nested-section-indent: 25px;
}
:root .nested-note-list.search-results {
--card-nested-section-indent: 32px;
}
/* List item */

View File

@@ -124,8 +124,8 @@ function ListNoteCard({ note, parentNote, highlightedTokens, currentLevel, expan
"archived": note.isArchived
})}
subSections={subSections}
childrenVisible={isExpanded}
hasAction
subSectionsVisible={isExpanded}
highlightOnHover
data-note-id={note.noteId}
>
<h5>