From 9004e375fddacf4002e903c46806ba296f203484 Mon Sep 17 00:00:00 2001 From: Dillon Date: Wed, 11 Mar 2020 00:50:06 +0800 Subject: fix(animation): lost animation --- src/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/js/theme.js b/src/js/theme.js index 0333d13..53505f7 100644 --- a/src/js/theme.js +++ b/src/js/theme.js @@ -14,7 +14,7 @@ } isMobile() { - return window.matchMedia('only screen and (max-width: 560px)').matches; + return window.matchMedia('only screen and (max-width: 720px)').matches; } isTocStatic() { -- cgit v1.2.3