mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 00:23:31 -06:00
fix: proper centering for login page content, avoid unnecssary scrollbar
This commit is contained in:
@@ -37,9 +37,11 @@ onMount(() => {
|
||||
</script>
|
||||
|
||||
<Tooltip.Provider>
|
||||
<div class="flex min-h-screen flex-col">
|
||||
<NavBar />
|
||||
|
||||
<PageTransition key={transitionKey}>
|
||||
{@render children()}
|
||||
</PageTransition>
|
||||
</div>
|
||||
</Tooltip.Provider>
|
||||
|
||||
@@ -3,7 +3,7 @@ import { authStore } from "$lib/auth.svelte";
|
||||
import { LogIn } from "@lucide/svelte";
|
||||
</script>
|
||||
|
||||
<div class="flex min-h-screen items-center justify-center">
|
||||
<div class="flex flex-1 items-center justify-center pb-14">
|
||||
<div class="w-full max-w-sm space-y-6 text-center">
|
||||
<h1 class="text-3xl font-bold">Sign In</h1>
|
||||
<p class="text-muted-foreground">Sign in with your Discord account to continue.</p>
|
||||
|
||||
Reference in New Issue
Block a user