check with mobile mode for login layour

This commit is contained in:
SrGooglo 2022-11-22 00:33:03 +00:00
parent 53f5695ff3
commit c9aec03b32

View File

@ -1,10 +1,11 @@
import React from "react"
import * as antd from "antd"
import classnames from "classnames"
import { Drawer, Sidedrawer } from "components/Layout"
export default (props) => {
return <antd.Layout className="app_layout" style={{ height: "100%" }}>
return <antd.Layout className={classnames("app_layout", { ["mobile"]: window.isMobile })} style={{ height: "100%" }}>
<Drawer />
<Sidedrawer />
<div id="transitionLayer" className="fade-transverse-active">