From 5376abac0b80a1c58981ad828b3ec53e4eb8e88e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Feb 2025 23:48:37 +0200 Subject: [PATCH] style(next): find & replace: tweak appearance --- src/public/stylesheets/theme-next/notes/text.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index 57646b200..76cc6e395 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -139,6 +139,12 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { padding-top: 0; } +div.find-replace-widget div.find-widget-found-wrapper { + min-width: 50px; + font-style: normal; + font-weight: normal; +} + /* The up / down buttons of the "Find in text" input */ .find-replace-widget .input-group button { font-size: 1.3em;