mirror of
https://github.com/zadam/trilium.git
synced 2026-02-17 03:47:00 +01:00
style/list view: tweak indentation size
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user