mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-18 02:35:23 -04:00
debd2cd386
The 600px / 380px breakpoints were @container docpane queries but the email reader isn't inside a docpane container — they never fired and the cluster wrapped to 3+ rows at narrow widths. Added container-type:inline-size + container-name:emailreader on .email-reader-header and switched the queries to that container, so the 2-row cap now actually applies.