WIP: global player pt. 4 fixed mobile
This commit is contained in:
@@ -43,13 +43,14 @@
|
||||
</main>
|
||||
|
||||
<!-- Desktop sidebar column (in normal flow) -->
|
||||
<aside class="hidden lg:block">
|
||||
<ClientOnly showFallback={false}>
|
||||
{#snippet children()}
|
||||
<!-- PlayerRoot uses contents to inject its children into this grid -->
|
||||
<ClientOnly showFallback={false}>
|
||||
{#snippet children()}
|
||||
<div class="contents">
|
||||
<PlayerRoot />
|
||||
{/snippet}
|
||||
</ClientOnly>
|
||||
</aside>
|
||||
</div>
|
||||
{/snippet}
|
||||
</ClientOnly>
|
||||
</div>
|
||||
|
||||
<!-- Mobile player UI is rendered via a portal from the single GlobalPlayer instance
|
||||
|
||||
Reference in New Issue
Block a user