From a653f74cab7797e82524f8c975e6127876b66b50 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 12 Jun 2026 07:42:31 +0900 Subject: [PATCH] Email reader: grow header min-height to fit wrapped 2-row cluster When the cluster wraps to 2 rows (44 + 4 gap + 44 = 92px tall), it was peeking out below the header bottom because min-height stayed at 60px (only ~44px of cluster room). Bumped min-height to 108px inside the same <600 container query so the wrapped cluster sits fully inside the header with 8px breathing room top + bottom. --- static/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index eb6d9635b..b9a269375 100644 --- a/static/style.css +++ b/static/style.css @@ -10530,7 +10530,7 @@ textarea.memory-add-input { Matches the .memory-desc treatment (same color + 11px size) so it visually belongs to the section description, not the switch. */ .admin-toggle-state { - font-size: 11px; + font-size: 10px; line-height: 1.5; font-weight: normal; letter-spacing: 0.02em; @@ -28291,6 +28291,13 @@ button .spinner-whirlpool { .email-reader-meta > .email-reader-meta-details { padding-right: 170px; } + /* Cluster wrapped to 2 rows (44px + 4 gap + 44px = 92px) sits + absolute above the From baseline. Grow the header so its bottom + fully contains the cluster instead of letting it peek out. + 8px top padding + 92px cluster + 8px breathing = ~108. */ + .email-reader-header { + min-height: 108px; + } } /* Very narrow reader: once the chip span has shrunk to its ~4 character min, the cluster snaps to absolute overlay with a soft