Currently we punch down Dashboard columns on smaller displays. This adds another set of rules for if durable-column is present.
Details
Details
- Reviewers
epriestley btrahan - Maniphest Tasks
- T7531: Polish for Conpherence Durable Column
- Commits
- Restricted Diffusion Commit
rP41875ce7b487: Collapse Dashboards to single column when durable present and narrow
Test breakpoints at 1300 and 1000 pixel wide.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
alternatively we could js detect 'narrow-desktop' in addition to 'phone' and 'tablet' at 1000px.
Comment Actions
I plan to make the breakpoint consider whether the column is present (T7062) but that won't work with stuff that's issuing raw @media queries.