From e507339d264a7ecb2e77d292f5bdf6268f1e4643 Mon Sep 17 00:00:00 2001 From: uPagge Date: Tue, 19 Jan 2021 23:43:24 +0300 Subject: issue 26 --- 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 18fc189..bbaad53 100644 --- a/src/js/theme.js +++ b/src/js/theme.js @@ -13,7 +13,7 @@ class Util { } isTocStatic() { - return window.matchMedia('only screen and (max-width: 960px)').matches; + return window.matchMedia('only screen and (max-width: 1200px)').matches; } animateCSS(element, animation, reserved, callback) { -- cgit v1.2.3