mirror of
https://github.com/zadam/trilium.git
synced 2026-02-20 20:54:26 +01:00
client/list view: add support for archived items
This commit is contained in:
parent
6ffbe19667
commit
3df03a551c
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user