The SHELL mobile chrome breakpoint. Matches the @media (max-width: 768px)
blocks in shell.component.css that flip the hamburger/drawer chrome on —
TS consumers (records mobile mode, the drawer's Records pill) must engage
at exactly the same width or the shell shows mobile chrome while the
records surface still renders its desktop strip (or vice versa).
NOTE: the newer ui-components chrome (left-nav drawer, filter-popover
sheet, page-body) breaks at 700px — that's component-local chrome with its
own constant. This one is the shell's.
The SHELL mobile chrome breakpoint. Matches the
@media (max-width: 768px)blocks in shell.component.css that flip the hamburger/drawer chrome on — TS consumers (records mobile mode, the drawer's Records pill) must engage at exactly the same width or the shell shows mobile chrome while the records surface still renders its desktop strip (or vice versa).NOTE: the newer ui-components chrome (left-nav drawer, filter-popover sheet, page-body) breaks at 700px — that's component-local chrome with its own constant. This one is the shell's.