diff --git a/wwwroot/css/forms-and-auth.css b/wwwroot/css/forms-and-auth.css index b841d39..4e45dcf 100644 --- a/wwwroot/css/forms-and-auth.css +++ b/wwwroot/css/forms-and-auth.css @@ -22,6 +22,11 @@ justify-content: space-between; gap: 12px; } +.auth-actions { + display: flex; + align-items: center; + gap: 10px; +} input[readonly].readonly { background: #f7f3eb; diff --git a/wwwroot/index.html b/wwwroot/index.html index a2ceb69..ba5f8c0 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -21,12 +21,14 @@