Skip to content

Commit

Permalink
refactor(#17): move toast to the bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2E committed Aug 26, 2024
1 parent 163b95a commit 1b17bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</svelte:head>

<ModeWatcher defaultMode="system" />
<Toaster position="top-right" richColors closeButton />
<Toaster position="bottom-right" richColors closeButton />

<!-- h-screen does not work properly on mobile. Use calc(100dvh) instead.
https://stackoverflow.com/a/76120728/12812480 -->
Expand Down

0 comments on commit 1b17bc2

Please sign in to comment.