fix rotate size

This commit is contained in:
ntr
2019-11-24 23:38:31 +11:00
parent 8a2e8dbab1
commit ec10d7f890
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ function Mnml(args) {
instance,
} = args;
const rotateClass = (game || instance) && window.innerHeight < 600 && window.innerWidth < window.innerHeight
const rotateClass = (game || instance) && window.innerHeight < 900 && window.innerWidth < window.innerHeight
? 'show'
: '';