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