From 738941d830da26991cc5009c945f5e84617994d1 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 17 Jan 2021 16:03:14 -0800 Subject: [PATCH] Fix arrow alignment --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 915719b..bf5b324 100644 --- a/static/style.css +++ b/static/style.css @@ -289,7 +289,11 @@ input[type="submit"], button.submit { border-radius: 0px 5px 5px 0px; } -button.submit { display: flex; } +button.submit { + display: flex; + align-items: center; +} + select:hover { background: var(--foreground); } input[type="submit"]:hover, button.submit:hover {