fix login buttons misalignments

pull/7/head
Karl Prieb 2021-10-16 21:40:34 -03:00
rodzic 5f0403f049
commit 886c584307
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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 :( */
}