1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 15:20:09 +01:00

Update dashboard.css

Repair misalignment display
This commit is contained in:
gngpp 2023-05-07 12:37:01 +08:00 committed by GitHub
parent 2c9cade70a
commit 767b032e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,6 +423,17 @@ label[for="username"], label[for="password"]{
padding: 0;
}
form[action="/update_acct"] label[for="username"] {
font-size: .875rem;
margin: 0 !important;
transform: unset;
padding: unset;
}
form[action="/update_acct"] #username {
padding: .375rem .75rem;
}
/*label[for="password"]{*/
/* transform: translateY(32px) translateX(16px);*/
/*}*/