Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/theme.js b/src/js/theme.js
index bbaad53..18fc189 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: 1200px)').matches;
+ return window.matchMedia('only screen and (max-width: 960px)').matches;
}
animateCSS(element, animation, reserved, callback) {