From 9133b164316b5e95e4cbc98b55cbe2c64fab8cc9 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 f8eefa009..514efa4f4 100644 --- a/src/webui/www/private/rename_files.html +++ b/src/webui/www/private/rename_files.html @@ -411,7 +411,7 @@
- +
@@ -425,7 +425,7 @@

- +