From a57327c13f5aa1de9093e400c8a8360042fa2ff5 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 07:32:54 +0900 Subject: [PATCH] Email reader cluster: solid bg in wrapped 2-row mode to stop body bleed-through --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index afeaa31d6..a91931058 100644 --- a/static/style.css +++ b/static/style.css @@ -28309,6 +28309,10 @@ button .spinner-whirlpool { icons and fan the cluster into a 3rd row. */ min-width: 158px; max-width: 158px; + /* Solid background so the email body content behind the cluster + doesn't peek through the gaps between icons or the slack on + the right edge when the cluster's wrapped to 2 rows. */ + background: var(--bg); } /* Tighten the right-side padding now that the cluster is 158px wide (instead of the ~308 wide 1-row layout). */