mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 10:15:27 -04:00
Email reader: drop 2-row wrap breakpoint from 600px to 450px
This commit is contained in:
+1
-1
@@ -28272,7 +28272,7 @@ button .spinner-whirlpool {
|
|||||||
enough room for 3 icons in a row — without it, grid col 2 could
|
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
|
shrink below the cap and the cluster fanned out into 4+ short
|
||||||
rows. */
|
rows. */
|
||||||
@container emailreader (max-width: 600px) {
|
@container emailreader (max-width: 450px) {
|
||||||
.email-reader-meta > .email-reader-actions-inline {
|
.email-reader-meta > .email-reader-actions-inline {
|
||||||
/* 3 icons (48px each) + 2 gaps (4px each) = 152px exact. Adding
|
/* 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
|
6px slack so subpixel rounding can't tip a row from 3 to 2
|
||||||
|
|||||||
Reference in New Issue
Block a user