diff --git a/app/[locale]/calendar/page.tsx b/app/[locale]/calendar/page.tsx index e3b98941..ebda2383 100644 --- a/app/[locale]/calendar/page.tsx +++ b/app/[locale]/calendar/page.tsx @@ -637,7 +637,7 @@ export default function CalendarPage() { }; return ( -
+
{/* Left Navigation Rail */} {!isMobile && (
diff --git a/app/[locale]/contacts/page.tsx b/app/[locale]/contacts/page.tsx index a29c0fcc..a5b15c04 100644 --- a/app/[locale]/contacts/page.tsx +++ b/app/[locale]/contacts/page.tsx @@ -441,7 +441,7 @@ export default function ContactsPage() { }; return ( -
+
{!isMobile && (
-
+
{connectionLost && (
diff --git a/app/[locale]/settings/page.tsx b/app/[locale]/settings/page.tsx index a1716c7a..786da908 100644 --- a/app/[locale]/settings/page.tsx +++ b/app/[locale]/settings/page.tsx @@ -97,7 +97,7 @@ export default function SettingsPage() { // Mobile: show content view if (mobileShowContent) { return ( -
+
{/* Mobile content header */}
+ + {/* Bottom Navigation */} +
); } // Mobile: show tab list return ( -
+
{/* Mobile header */}
+ + {/* Bottom Navigation */} +
); } // Desktop layout return ( -
+
{/* Navigation Rail */}