From 4f08867fd775c5409c9dd4d4124cdb4854f2c467 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 18 Jul 2026 21:51:46 -0700 Subject: [PATCH] hide mobile drawer auth shell --- .../layouts/mobile-layout/mobile-layout.tsx | 58 ++++++++++--------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/src/renderer/layouts/mobile-layout/mobile-layout.tsx b/src/renderer/layouts/mobile-layout/mobile-layout.tsx index 39d39db29..923a60e81 100644 --- a/src/renderer/layouts/mobile-layout/mobile-layout.tsx +++ b/src/renderer/layouts/mobile-layout/mobile-layout.tsx @@ -40,14 +40,16 @@ export const MobileLayout = ({ shell }: MobileLayoutProps) => { id="mobile-layout" > {!shell && } - + {!shell && ( + + )}
}> @@ -55,25 +57,27 @@ export const MobileLayout = ({ shell }: MobileLayoutProps) => {
- - - + {!shell && ( + + + + )} {isFullScreenPlayerExpanded && (