fix rotate size
This commit is contained in:
@@ -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'
|
||||
: '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user