style/list view: refactor

This commit is contained in:
Adorian Doran 2026-02-15 18:55:23 +02:00
parent b658253687
commit 7e6daf5b36

View File

@ -114,12 +114,12 @@
}
}
:root .nested-note-list {
.nested-note-list {
--card-nested-section-indent: 25px;
}
:root .nested-note-list.search-results {
--card-nested-section-indent: 32px;
&.search-results {
--card-nested-section-indent: 32px;
}
}
/* List item */