From 9a54647afe05a25fa3c7d6743e54573366dce123 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 13 Sep 2025 09:12:56 +0000 Subject: [PATCH] Enlarge the captcha --- web_src/css/form.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_src/css/form.css b/web_src/css/form.css index 3a53b6d8f2..679bed1575 100644 --- a/web_src/css/form.css +++ b/web_src/css/form.css @@ -626,3 +626,7 @@ input:-webkit-autofill:active, width: 100% !important; } } + +.captcha-img { + width: min(30em, 100%); +}