mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-24 23:28:43 -05:00
improve login styling
This commit is contained in:
@@ -10,7 +10,7 @@ export default function LoginHeader({
|
||||
}) {
|
||||
const options = useLoginOptions().data;
|
||||
return (
|
||||
<Group gap="4rem" justify="space-between">
|
||||
<Group justify="space-between">
|
||||
<Group gap="sm">
|
||||
<img src="/mogh-512x512.png" width={42} height={42} alt="moghtech" />
|
||||
<Stack gap="0">
|
||||
|
||||
@@ -137,7 +137,7 @@ export default function Login({
|
||||
: (localForm.onSubmit((form) => login(form)) as any)
|
||||
}
|
||||
style={{ display: "flex", flexDirection: "column", gap: "1rem" }}
|
||||
miw={{ lg: "500px" }}
|
||||
miw={{ xs: "530px" }}
|
||||
maw="95vw"
|
||||
>
|
||||
{options?.local && !secondFactorPending && (
|
||||
|
||||
Reference in New Issue
Block a user