Email reader: drop 2-row wrap breakpoint from 600px to 450px

This commit is contained in:
pewdiepie-archdaemon
2026-06-12 08:09:58 +09:00
parent 760c8ef72c
commit be7b3d796c
+1 -1
View File
@@ -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