From 9ca43aceed7b0f0d06fbd88573b5967427b8520b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Mar 2025 23:08:16 +0200 Subject: [PATCH] style(next)/search in note: tweak the border line --- src/public/stylesheets/theme-next/notes/text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index 9a0fd2604..55aaba032 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -140,6 +140,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { .find-replace-widget { container-type: inline-size; + border-top: 3px solid var(--root-background) !important; } .find-replace-widget > div {