From be7b3d796c0ab53f3e64676f52929f43eca5f2b6 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Fri, 12 Jun 2026 08:09:58 +0900 Subject: [PATCH] Email reader: drop 2-row wrap breakpoint from 600px to 450px --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c282f08e6..014209866 100644 --- a/static/style.css +++ b/static/style.css @@ -28272,7 +28272,7 @@ button .spinner-whirlpool { enough room for 3 icons in a row — without it, grid col 2 could shrink below the cap and the cluster fanned out into 4+ short rows. */ -@container emailreader (max-width: 600px) { +@container emailreader (max-width: 450px) { .email-reader-meta > .email-reader-actions-inline { /* 3 icons (48px each) + 2 gaps (4px each) = 152px exact. Adding 6px slack so subpixel rounding can't tip a row from 3 to 2