Variable: SIDEBAR_COLLAPSE_MEDIA_QUERY
const SIDEBAR_COLLAPSE_MEDIA_QUERY: "(max-width: 1280px)" =
"(max-width: 1280px)";
Defined in: src/constants/layout.ts:13
Media query used to determine when the app sidebar should collapse into the compact (mobile-like) mode.