From 91ae8c0aafb73b79afb171e6bc78fee31d35f88c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 29 Nov 2025 21:14:03 +0200 Subject: [PATCH] feat(mobile/split): add a border between splits --- apps/client/src/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e875d8b26..68f5b03e7 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2633,5 +2633,9 @@ iframe.print-iframe { .note-split { width: 100%; } + + .note-split.visible + .note-split.visible { + border-top: 1px solid var(--main-border-color); + } } } \ No newline at end of file