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:
authoruPagge <git@upagge.ru>2021-01-20 23:18:25 +0300
committeruPagge <git@upagge.ru>2021-01-20 23:18:25 +0300
commitaa8373c260deff100195ed7e713693eaa51b82c1 (patch)
tree11020c4cb09f68e1d00111731fbfa3524adaf3a3 /src
parente507339d264a7ecb2e77d292f5bdf6268f1e4643 (diff)
fix
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) {