fix
This commit is contained in:
parent
77ae9a53b6
commit
41fea3c434
File diff suppressed because one or more lines are too long
|
|
@ -178,6 +178,8 @@ export const Root = () => {
|
|||
let mobileCSS = "";
|
||||
|
||||
if (base.page.root.responsive === "mobile") {
|
||||
base.mode = "mobile";
|
||||
|
||||
if (
|
||||
!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
||||
navigator.userAgent
|
||||
|
|
|
|||
Loading…
Reference in New Issue