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

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-10 19:50:06 +0300
committerDillon <dillonzq@outlook.com>2020-03-10 19:50:06 +0300
commit9004e375fddacf4002e903c46806ba296f203484 (patch)
treed52a3b2a996604b3e040abb509728ea670cf21eb /src
parent3b107068a663a4f9e6df941fb98ec4d7e5a5422c (diff)
fix(animation): lost animation
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 0333d132..53505f76 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() {