client/list view: add support for archived items

This commit is contained in:
Adorian Doran 2026-02-15 18:15:07 +02:00
parent 6ffbe19667
commit 3df03a551c

View File

@ -119,12 +119,15 @@
}
/* List item */
.nested-note-list-item h5 {
display: flex;
align-items: center;
font-size: 1em;
font-weight: normal;
margin: 0;
.nested-note-list-item {
h5 {
display: flex;
align-items: center;
font-size: 1em;
font-weight: normal;
margin: 0;
}
.note-expander {
margin-inline-end: 4px;
@ -163,6 +166,13 @@
margin-inline-start: 8px;
flex-shrink: 0;
}
&.archived {
.note-book-title,
.tn-icon {
opacity: .5;
}
}
}
.nested-note-list-item.use-note-color {