feat(mobile/split): add a border between splits

This commit is contained in:
Elian Doran
2025-11-29 21:14:03 +02:00
parent fcb69c0190
commit 91ae8c0aaf

View File

@@ -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);
}
} }
} }