hide mobile drawer auth shell

This commit is contained in:
jeffvli
2026-07-18 21:51:46 -07:00
parent 8e3d3d3ec0
commit 4f08867fd7
@@ -40,6 +40,7 @@ export const MobileLayout = ({ shell }: MobileLayoutProps) => {
id="mobile-layout"
>
{!shell && <WindowBar />}
{!shell && (
<ActionIcon
className={styles.drawerButton}
icon="menu"
@@ -48,6 +49,7 @@ export const MobileLayout = ({ shell }: MobileLayoutProps) => {
tooltip={{ label: 'Menu' }}
variant="subtle"
/>
)}
<main className={styles.mainContent}>
<Suspense fallback={<Spinner container />}>
<Outlet />
@@ -55,6 +57,7 @@ export const MobileLayout = ({ shell }: MobileLayoutProps) => {
</main>
<PlayerBar />
</div>
{!shell && (
<Drawer
onClose={closeSidebar}
opened={sidebarOpened}
@@ -74,6 +77,7 @@ export const MobileLayout = ({ shell }: MobileLayoutProps) => {
>
<MobileSidebar />
</Drawer>
)}
<AnimatePresence initial={false}>
{isFullScreenPlayerExpanded && (
<div className={styles.fullScreenPlayerOverlay}>