Added logo to header when theatre is active

- added logo header to top nav bar so when theatre is active you are able to go to home page without exiting theatre mode
This commit is contained in:
Makhuta
2026-02-07 00:03:27 +01:00
parent eb3d4be4d1
commit e963a4535d
@@ -302,6 +302,13 @@
</nav>
{#if !$isAndroidTvStore}
<nav class="top" id="top-content" class:tv-nav={$isAndroidTvStore}>
{#if $playertheatreModeIsActive}
<header role="presentation" style="cursor: pointer;" tabindex="-1" class="small-padding">
<a href={resolve($interfaceDefaultPage, {})}>
<Logo />
</a>
</header>
{/if}
{#if !mobileSearchShow}
<button
onclick={() => (mobileSearchShow = !mobileSearchShow)}