admin account/TOTP fixes
This commit is contained in:
parent
e5689ce950
commit
ad50b9e4fa
14 changed files with 67 additions and 43 deletions
|
|
@ -11,7 +11,8 @@ label {
|
|||
align-items: center;
|
||||
color: inherit;
|
||||
}
|
||||
input {
|
||||
form#change-password input,
|
||||
form#delete-account input {
|
||||
width: min(20rem, calc(100% - 1rem));
|
||||
margin: .5rem 0;
|
||||
padding: .3rem .5rem;
|
||||
|
|
@ -48,3 +49,7 @@ input {
|
|||
.mfa-device .mfa-device-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mfa-device form input {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue