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 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() {