ui fix
This commit is contained in:
parent
d934a4a5eb
commit
794b2fe306
@ -793,7 +793,7 @@ onDestroy(async () => {
|
|||||||
{#if settingsTab ==='personalData'}
|
{#if settingsTab ==='personalData'}
|
||||||
<form
|
<form
|
||||||
on:submit={updatePersonalData}
|
on:submit={updatePersonalData}
|
||||||
class="flex flex-col space-y-2 w-full"
|
class="flex flex-col space-y-2 w-full max-w-lg"
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
id="username"
|
id="username"
|
||||||
@ -822,7 +822,7 @@ onDestroy(async () => {
|
|||||||
{:else}
|
{:else}
|
||||||
<form
|
<form
|
||||||
on:submit={updatePassword}
|
on:submit={updatePassword}
|
||||||
class="flex flex-col space-y-2 w-full"
|
class="flex flex-col space-y-2 w-full max-w-lg"
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
id="oldPassword"
|
id="oldPassword"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user