mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
fix(core): signIn page style (#6582)
This commit is contained in:
@@ -92,7 +92,7 @@ export const SignIn = () => {
|
||||
|
||||
return (
|
||||
<SignInPageContainer>
|
||||
<div style={{ maxWidth: '400px' }}>
|
||||
<div style={{ maxWidth: '400px', width: '100%' }}>
|
||||
<AuthPanel
|
||||
state={state}
|
||||
email={email}
|
||||
|
||||
Reference in New Issue
Block a user