mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-05 21:30:31 -06:00
style(next): add a border to separate note splits
This commit is contained in:
@@ -899,6 +899,10 @@ body.mobile .note-title {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.note-split:not(.hidden-ext) + .note-split:not(.hidden-ext) {
|
||||
border-left: 4px solid var(--root-background);
|
||||
}
|
||||
|
||||
/*
|
||||
* Table of contents & Highlights list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user