Fix 2FA icon styles #3431

Signed-off-by: idotj <info@idotj.com>
This commit is contained in:
idotj
2025-08-19 16:50:44 +02:00
parent c0a237a6de
commit 21a65be5a7
3 changed files with 20 additions and 8 deletions

View File

@@ -575,7 +575,7 @@ td.details-control {
}
.form-control-feedback {
right: 0.5em;
right: 1em;
width: 16px;
height: 100%;
}
@@ -1136,6 +1136,10 @@ table.dataTable tbody > tr > .selected {
opacity: 0.1;
}
.totp_token + .input-group-addon {
padding: 0 1.5em;
}
.save-button-container {
position: fixed;
bottom: 1.2em;