mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
feat(mobile/split): add a border between splits
This commit is contained in:
@@ -2633,5 +2633,9 @@ iframe.print-iframe {
|
|||||||
.note-split {
|
.note-split {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-split.visible + .note-split.visible {
|
||||||
|
border-top: 1px solid var(--main-border-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user