display all the other song info on global player

This commit is contained in:
2026-02-06 02:39:45 -08:00
parent 36540aa5d5
commit c4d39c6f81
2 changed files with 72 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
- Mobile/tablet: single column, player renders client-only (mobile bar/drawer)
- Desktop: 2-column grid, right column reserved for the in-flow player sidebar
-->
<div class="min-h-dvh lg:grid gap-16 lg:grid-cols-[1fr_340px]">
<div class="min-h-dvh lg:grid gap-16 lg:grid-cols-[1fr_420px]">
<main>
{@render children()}
</main>