Added fullscreen mode to miniplayer

This commit is contained in:
Eclypsed
2024-04-22 14:18:42 -04:00
parent 2ee60ef302
commit 28e4569507
9 changed files with 391 additions and 166 deletions
+3 -3
View File
@@ -19,6 +19,8 @@
playlistTooltip.style.left = `${x}px`
playlistTooltip.style.top = `${y}px`
}
let expanded = false
</script>
<div class="h-full overflow-hidden">
@@ -44,7 +46,5 @@
</div>
<slot />
</section>
<section class="absolute bottom-0 z-40 grid max-h-full w-full place-items-center">
<MediaPlayer />
</section>
<MediaPlayer />
</div>