Skip to content

Commit

Permalink
enhance(UI): Move notifications to bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
navorite committed Nov 7, 2023
1 parent 2e6c4f6 commit 7bc9dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/basic/Notification.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{#if show && detail}
{#key detail}
<div
class="flex h-max max-h-full w-max items-center gap-2 rounded-md px-2 py-1 {color} text-sm font-semibold"
class="flex h-max max-h-full w-max items-center gap-2 rounded-md px-2 py-1 {color} absolute bottom-5 right-5 text-sm font-semibold"
transition:slide|global={{ duration: slideDuration, easing: cubicInOut }}
>
<h2 class="whitespace-nowrap">
Expand Down

0 comments on commit 7bc9dae

Please sign in to comment.