From 3d2801096f387f4d055ab7c5105059bf866f2554 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 4 Mar 2025 00:12:02 +0200 Subject: [PATCH] style(next): add a border to separate note splits --- src/public/stylesheets/theme-next/shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 997e26d3d..50f7e8afd 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -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 */