feat(routes): rework ui from login and register page

This commit is contained in:
Kaname
2022-09-05 19:21:19 +00:00
parent 5a15e64471
commit 7f9f440789
3 changed files with 133 additions and 96 deletions

View File

@@ -404,7 +404,7 @@
{/if}
{/if}
<main>
<div class="pl-14 lg:px-20">
<div class={$appSession.userId ? 'pl-14 lg:px-20' : null}>
<slot />
</div>
</main>