Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DerGoogler/MMRL
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed May 15, 2024
2 parents a721feb + d654e94 commit da351c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Website/src/activitys/MainActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import UnverifiedHostActivity from "./UnverifiedHostActivity";
import { useModFS } from "@Hooks/useModFS";
import { SuFile } from "@Native/SuFile";
import { LogcatActivity } from "./LogcatActivity";
import { view } from "@Native/View";

const getLocation = () => {
if (window.location !== window.parent.location) {
Expand Down Expand Up @@ -284,6 +285,18 @@ const MainActivity = (): JSX.Element => {
<Splitter>
<Splitter.Side
side="left"
sx={{
borderColor: theme.palette.menuoutline,
borderStyle: "solid",
borderLeft: "0px",
borderWidth: "1px",
borderRadius: `0px ${theme.shape.borderRadius}px ${theme.shape.borderRadius}px 0px`,
mt: `calc(${view.getWindowTopInsets() || 8}px + 0.5% - 2px)`,
mb: `calc(${view.getWindowBottomInsets() || 8}px + 0.5% - 2px)`,
".page--material": {
borderRadius: `0px ${theme.shape.borderRadius}px ${theme.shape.borderRadius}px 0px`,
},
}}
width={250}
collapse={true}
swipeable={false}
Expand Down

0 comments on commit da351c1

Please sign in to comment.