From ad96057d7e2bb287ebb004570bd78c5da88684a6 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 17 Apr 2025 22:38:21 -0400 Subject: [PATCH] fix button hitboxes --- static/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/index.css b/static/index.css index 52ae113..97f2874 100644 --- a/static/index.css +++ b/static/index.css @@ -57,6 +57,15 @@ button, button a { text-decoration: none; } +button a { + width: 100%; + height: 2rem; + text-align: center; + line-height:2rem; + vertical-align: middle; + display: inline-block; +} + #messages { list-style-type: none; margin: 0;