From 6edcc07c1b011f73262e9320fd6c5d96f34b94ca Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 22:47:53 +0900 Subject: [PATCH] Email reader: lock From-row height when details expanded to kill jump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the medium-mode -12px details margin compensation — it under/over-shot depending on grid row sizing. Replaced with a :has() rule: when the user expands To/Cc, the From row gets min-height 92px (matching the cluster's 2-row max height). Row 1 becomes the same size whether the cluster is 1 row (wide) or 2 rows (narrow), so resizing across the 600px wrap breakpoint no longer makes To/Cc shoot up 4px. --- static/style.css | 113 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 106 insertions(+), 7 deletions(-) diff --git a/static/style.css b/static/style.css index 2415ca497..9a9ac24c7 100644 --- a/static/style.css +++ b/static/style.css @@ -10427,6 +10427,105 @@ textarea.memory-add-input { display: none; } +/* Custom Memory sort picker — replaces the native