-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add realtime updates for drafts, progress blocks.
- Loading branch information
1 parent
fc79379
commit 71913cc
Showing
4 changed files
with
72 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<script> | ||
import { fade } from "svelte/transition"; | ||
</script> | ||
|
||
<div class="fixed top-5 w-full right-[0.5%] left-[0.6%] md:left-[50%] md:right-[50%]" transition:fade> | ||
<div class="flex flex-row justify-between items-center w-[50%] bg-green-500 shadow p-3 m-auto mb-4 text-white rounded-lg"> | ||
<div class="flex flex-row gap-2 items-center"> | ||
<slot></slot> | ||
</div> | ||
</div> | ||
</div> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters