This commit is contained in:
Rizky 2024-08-19 21:39:56 +07:00
parent 77ae9a53b6
commit 41fea3c434
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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