session correction sidebar items 8

This commit is contained in:
alma 2025-04-18 15:53:08 +02:00
parent 64c8fed9f4
commit 68e7c1092a

View File

@ -1626,7 +1626,8 @@ export default function CourrierPage() {
return ( return (
<> <>
{/* Main layout */} {/* Main layout */}
<div className="flex h-[calc(100vh-theme(spacing.12))] bg-gray-50 text-gray-900 overflow-hidden mt-12"> <div className="container mx-auto py-10">
<div className="flex h-full bg-background text-gray-900 overflow-hidden">
{/* Sidebar */} {/* Sidebar */}
<div className={`${sidebarOpen ? 'w-60' : 'w-16'} bg-white/95 backdrop-blur-sm border-r border-gray-100 flex flex-col transition-all duration-300 ease-in-out <div className={`${sidebarOpen ? 'w-60' : 'w-16'} bg-white/95 backdrop-blur-sm border-r border-gray-100 flex flex-col transition-all duration-300 ease-in-out
${mobileSidebarOpen ? 'fixed inset-y-0 left-0 z-40' : 'hidden'} md:block`}> ${mobileSidebarOpen ? 'fixed inset-y-0 left-0 z-40' : 'hidden'} md:block`}>
@ -1712,6 +1713,7 @@ export default function CourrierPage() {
{renderEmailListWrapper()} {renderEmailListWrapper()}
</div> </div>
</div> </div>
</div>
{/* Compose Email Modal */} {/* Compose Email Modal */}
{showCompose && ( {showCompose && (