From 767b032e42c6b2093e7b4a6087dcfceb8fa907d2 Mon Sep 17 00:00:00 2001 From: gngpp Date: Sun, 7 May 2023 12:37:01 +0800 Subject: [PATCH] Update dashboard.css Repair misalignment display --- src/static/css/dashboard.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/static/css/dashboard.css b/src/static/css/dashboard.css index 9352423..a851513 100644 --- a/src/static/css/dashboard.css +++ b/src/static/css/dashboard.css @@ -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);*/ /*}*/ @@ -548,4 +559,4 @@ pre.index-alert{ border-radius: .25rem; margin-top: 1rem; color: white; -} \ No newline at end of file +}