Skip to content

Commit

Permalink
Update Toaster position in +layout.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed Jan 11, 2024
1 parent 0f22f9d commit e7bb1dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
<MetaTags {...metaTags} />

<Bar color="#6D28D9" size="big" speed="fast" />
<Toaster richColors closeButton />
<Toaster richColors closeButton position={'top-center'} />
<ModeWatcher />

<div class="flex h-svh flex-col">
<div class="flex flex-col h-svh">
<SiteMainHeader />

<main class="container flex-1 p-2 pb-10">
<slot />
</main>

<footer class="border-t px-2 py-3">
<footer class="px-2 py-3 border-t">
<div class="container mx-auto">
<p class="text-center text-sm">
<p class="text-sm text-center">
Created by <a
href="https://twitter.com/edwardspresume"
target="_blank"
Expand Down

0 comments on commit e7bb1dd

Please sign in to comment.