mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
13086c3662
Grid tracks now: - col 1: minmax(60px, 250px) — chip natural width capped at 250px, with the 60px (4 char) floor enforced on From / To / Cc alike - col 2: minmax(48px, 1fr) — takes the rest, shrinks first when the pane narrows Removed the hard max-width on the action cluster so on wide panes it stays as one row of 6. Once col 2 shrinks below the 1-row width, flex-wrap kicks in and the icons re-stack to 3+3. Chips only start to shrink past that point.