From b0765bf08508f840ecbebd369b40212c52e39287 Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Thu, 7 May 2026 17:02:06 +0200 Subject: [PATCH] style: redesign quick reply to match sender/banner layout --- components/email/email-viewer.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index 41fc6d1a..2c20f0ad 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -4965,18 +4965,17 @@ export function EmailViewer({ {/* Quick Reply Section - hidden for drafts and while loading a new email */} - {!isDraft && !isBodyLoading && (effectiveEmailContent.isHtml ? iframeReady : true) && (
-
-
+ {!isDraft && !isBodyLoading && (effectiveEmailContent.isHtml ? iframeReady : true) && (
+
+
-
+
+