mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
refactor: improve SignIn form layout and centering
This commit is contained in:
parent
fc86e904aa
commit
e90914b320
@ -48,7 +48,10 @@ export function SignIn() {
|
||||
setLoading(false)
|
||||
}
|
||||
return (
|
||||
<form className="flex flex-col items-center justify-start gap-4 p-4 " onSubmit={handleSubmit}>
|
||||
<form
|
||||
className="flex flex-col flex-1 items-center justify-center gap-4 p-4 "
|
||||
onSubmit={handleSubmit}
|
||||
>
|
||||
<input type="hidden" name="csrfToken" value={csrfToken} />
|
||||
<section className="flex flex-col items-start gap-2">
|
||||
<label className="flex flex-col items-start gap-1 ">
|
||||
|
Loading…
Reference in New Issue
Block a user