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>
|
</script>
|
||||||
|
|
||||||
<Tooltip.Provider>
|
<Tooltip.Provider>
|
||||||
<NavBar />
|
<div class="flex min-h-screen flex-col">
|
||||||
|
<NavBar />
|
||||||
|
|
||||||
<PageTransition key={transitionKey}>
|
<PageTransition key={transitionKey}>
|
||||||
{@render children()}
|
{@render children()}
|
||||||
</PageTransition>
|
</PageTransition>
|
||||||
|
</div>
|
||||||
</Tooltip.Provider>
|
</Tooltip.Provider>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { authStore } from "$lib/auth.svelte";
|
|||||||
import { LogIn } from "@lucide/svelte";
|
import { LogIn } from "@lucide/svelte";
|
||||||
</script>
|
</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">
|
<div class="w-full max-w-sm space-y-6 text-center">
|
||||||
<h1 class="text-3xl font-bold">Sign In</h1>
|
<h1 class="text-3xl font-bold">Sign In</h1>
|
||||||
<p class="text-muted-foreground">Sign in with your Discord account to continue.</p>
|
<p class="text-muted-foreground">Sign in with your Discord account to continue.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user