From 3a5c58da75a13851887ae3ad7bd09604d80d27a7 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 22:11:47 +0900 Subject: [PATCH] Email reader: To/Cc rows constrained to col 1 + cluster spans rows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously only the From row affected the action cluster's column width — To/Cc detail rows spanned both columns and ignored the cluster. Now: - meta-details lives in col 1 only so the To/Cc chips shrink together with the From chip when the pane narrows - action cluster spans rows 1 and 2 so its width is set by the widest col-1 content; a long To/Cc list triggers the wrap to a 2-row icon stack just like a long From sender does --- static/style.css | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 4b2c770b3..029e78f0e 100644 --- a/static/style.css +++ b/static/style.css @@ -11106,6 +11106,32 @@ textarea.memory-add-input { border-color: var(--red); } +/* Memory sort wrapper: positions the SVG icon over the left + edge of the native so options can carry SVG icons. The hidden source