From 886c58430734edcec83d9c9a5131251f69ea7057 Mon Sep 17 00:00:00 2001 From: Karl Prieb Date: Sat, 16 Oct 2021 21:40:34 -0300 Subject: [PATCH] fix login buttons misalignments --- css/unround.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/unround.css b/css/unround.css index f06e028..293b9d5 100644 --- a/css/unround.css +++ b/css/unround.css @@ -33,3 +33,13 @@ a.button, select { border-radius: var(--border-radius-pill) !important; } + +/* Fix some button misalignments */ +#body-login input.primary { /* For login button */ + width: 100% !important; +} + +#body-login .two-factor-submit { /* For two factor submit button */ + width: 269px !important; /* It's a hardcoded width, following the same hardcoded width from the two factor input. That's just sad :( */ +} +