Enlarge the captcha

This commit is contained in:
Minecon724 2025-09-13 09:12:56 +00:00
commit 9a54647afe
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189

View file

@ -626,3 +626,7 @@ input:-webkit-autofill:active,
width: 100% !important; width: 100% !important;
} }
} }
.captcha-img {
width: min(30em, 100%);
}