Started on media player

This commit is contained in:
Eclypsed
2024-04-09 00:10:23 -04:00
parent c5408d76b6
commit 8e52bd71c4
19 changed files with 1095 additions and 319 deletions
+2 -2
View File
@@ -45,9 +45,9 @@
</div>
<slot />
</section>
<section class="absolute bottom-0 z-40 max-h-full w-full">
<section class="absolute bottom-0 z-40 grid max-h-full w-full place-items-center">
{#if $currentlyPlaying}
<MediaPlayer currentlyPlaying={$currentlyPlaying} />
<MediaPlayer song={$currentlyPlaying} />
{/if}
</section>
</div>