From 6c310aa31114bdad2c13e6e3e5b80fc523cb0304 Mon Sep 17 00:00:00 2001 From: Atk Date: Sun, 18 May 2025 08:32:06 +0100 Subject: [PATCH] WebUI: Make multi-rename search & replace fields use a monospace font Before the release of 5.1.0 I believe these two fields both used monospace fonts and also had an increased font size, maybe 14px (I couldn't find in blame where/how this regressed). Ideally, I'd like to bring this back, as it makes elaborate regexes easier to grok. This PR currently just tells the browser to use its monospace font, but I could also add a similar in-line style for font size. I just don't know if this is the best way to solve this problem; if there's a better place for this sort of styling to happen let me know PR #22719. --- src/webui/www/private/rename_files.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/www/private/rename_files.html b/src/webui/www/private/rename_files.html index 55f461b6f..4c4b9aaf0 100644 --- a/src/webui/www/private/rename_files.html +++ b/src/webui/www/private/rename_files.html @@ -409,7 +409,7 @@
- +
@@ -423,7 +423,7 @@

- +