File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ export default function CalendarPage() {
604604 return (
605605 < div className = "flex h-screen bg-background" >
606606 { /* Left Navigation Rail */ }
607- { ! isMobile && (
607+ { ! isMobile && ! isTablet && (
608608 < div className = "w-14 border-r border-border bg-secondary flex flex-col items-center py-3 flex-shrink-0" >
609609 < NavigationRail collapsed className = "py-0" />
610610 </ div >
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ export default function ContactsPage() {
430430
431431 return (
432432 < div className = "flex h-screen bg-background" >
433- { ! isMobile && (
433+ { ! isMobile && ! isTablet && (
434434 < div className = "w-14 border-r border-border bg-secondary flex flex-col items-center flex-shrink-0" >
435435 < NavigationRail collapsed />
436436 </ div >
You can’t perform that action at this time.
0 commit comments