tidy up unfinished admin css

This commit is contained in:
ari melody 2025-10-20 08:31:36 +01:00
parent 13a84f7f25
commit 14feb47640
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 20 additions and 6 deletions

View file

@ -25,12 +25,14 @@ input {
.mfa-device {
padding: .75em;
background: #f8f8f8f8;
border: 1px solid #808080;
border-radius: 8px;
margin-bottom: .5em;
display: flex;
justify-content: space-between;
color: var(--fg-3);
background: var(--bg-2);
box-shadow: var(--shadow-md);
border-radius: 16px;
}
.mfa-device div {