feat: enhance WelcomeBanner with settings button and update styles for better layout

This commit is contained in:
Linus Rath
2026-03-10 16:11:14 +01:00
parent c7485f532c
commit c1956bfb2d
5 changed files with 35 additions and 11 deletions
+3 -1
View File
@@ -1044,6 +1044,7 @@ export default function Home() {
)}
</div>
<div className="flex-1 min-h-0 flex flex-col">
<WelcomeBanner />
<ErrorBoundary fallback={EmailListErrorFallback}>
@@ -1100,9 +1101,10 @@ export default function Home() {
selectEmail(email);
await handleUndoSpam();
}}
className="flex-1"
className="flex-1 min-h-0"
/>
</ErrorBoundary>
</div>
</div>
{/* Email list resize handle (desktop only) */}