index.community/frontend/src/constants.tsx

3 lines
105 B
TypeScript
Raw Normal View History

2018-09-04 20:56:49 +00:00
/* Screen widths less than this will be treated as mobile */
export const DESKTOP_WIDTH_THRESHOLD = 800;