]> cat aescling's git repositories - mastodon.git/blobdiff - app/javascript/mastodon/is_mobile.js
Change mobile layout breakpoint from 1024px to 630px (#5063)
[mastodon.git] / app / javascript / mastodon / is_mobile.js
index dbdb30081dba0979a7494a3929cbb3e331c2d038..f96df1ebbc6705956b19413fa11ca9437e02e9f4 100644 (file)
@@ -1,6 +1,6 @@
 import detectPassiveEvents from 'detect-passive-events';
 
-const LAYOUT_BREAKPOINT = 1024;
+const LAYOUT_BREAKPOINT = 630;
 
 export function isMobile(width) {
   return width <= LAYOUT_BREAKPOINT;
This page took 0.050023 seconds and 4 git commands to generate.