From c4c9b8a04ae82996118cbdf63c40264a48dc7bf3 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 11 Dec 2025 12:57:14 +0100 Subject: [PATCH] feat: Enhance email actions UI with improved layout and attachment handling --- app/emails/frontend/emails.html | 57 ++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/app/emails/frontend/emails.html b/app/emails/frontend/emails.html index bd54aba..c5c6af2 100644 --- a/app/emails/frontend/emails.html +++ b/app/emails/frontend/emails.html @@ -263,12 +263,10 @@ } .email-actions { - display: flex; - gap: 0.5rem; padding: 1rem 1.5rem; border-bottom: 1px solid rgba(0,0,0,0.05); background: var(--bg-body); - align-items: center; + flex-wrap: wrap; } .email-actions .btn-primary { @@ -1111,27 +1109,50 @@ function renderEmailDetail(email) { -
- - - - + - - ${attachmentsHtml} `; }