mirror of https://github.com/mastodon/mastodon
Merge branch 'dropdown' of https://github.com/blackle/mastodon into blackle-dropdown
commit
3bddd647e0
@ -0,0 +1,5 @@
|
||||
const LAYOUT_BREAKPOINT = 1024;
|
||||
|
||||
export function isMobile(width) {
|
||||
return width <= LAYOUT_BREAKPOINT;
|
||||
};
|
Loading…
Reference in New Issue