From c93afdeccf2060c59f557e0887fb939ff51e271b Mon Sep 17 00:00:00 2001 From: n9k Date: Wed, 20 Jul 2022 06:05:52 +0000 Subject: [PATCH] Minor CSS: increase input padding on captcha page --- anonstream/templates/captcha.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anonstream/templates/captcha.html b/anonstream/templates/captcha.html index 0894b4e..3031046 100644 --- a/anonstream/templates/captcha.html +++ b/anonstream/templates/captcha.html @@ -33,7 +33,7 @@ border-radius: 2px; color: #ddd; font-size: 14pt; - padding: 1px 3px; + padding: 4px 5px; width: 10ch; } input[name="answer"]:hover {