From 8544bcdd3cb528d37f4f433952b32942550c2d40 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 Nov 2019 18:28:59 +0000 Subject: [PATCH] Smaller vote buttons --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 753ee12b5..30e4ce7ca 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -782,7 +782,7 @@ div.gallery img { } input[type=radio] { font-size: var(--font-size); - height: 70px; + width: 32px; } input.vote[type=submit] { background-color: var(--button-background);