From cfa4502c23550e25366678d701f009f3014639ac Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 18:50:54 +0200 Subject: [PATCH] mail page fix --- app/courrier/page.tsx | 158 +++++++++++++++++++++--------------------- 1 file changed, 80 insertions(+), 78 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index b7d0a76c..98ca72bf 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -1519,90 +1519,92 @@ export default function CourrierPage() { return ( <> {/* Main layout */} -
- {/* Sidebar */} -
- {/* Courrier Title */} -
-
- - COURRIER -
-
- - {/* Compose button and refresh button */} -
- - -
+
- {/* Accounts Section */} -
- - - {accountsDropdownOpen && ( -
- {accounts.map(account => ( -
- + +
+ + {/* Accounts Section */} +
+ + + {accountsDropdownOpen && ( +
+ {accounts.map(account => ( +
+
- -
- ))} -
- )} + +
+ ))} +
+ )} +
+ + {/* Navigation */} + {renderSidebarNav()} - {/* Navigation */} - {renderSidebarNav()} - - - {/* Main content area */} -
- {/* Email list panel */} - {renderEmailListWrapper()} + {/* Main content area */} +
+ {/* Email list panel */} + {renderEmailListWrapper()} +