crap
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {FC, ReactNode} from "react";
|
||||
import {AppShell, rem} from "@mantine/core";
|
||||
import {AppShell} from "@mantine/core";
|
||||
import {Navbar} from "../../components/Navbar/Navbar.tsx";
|
||||
import {useSelector} from "react-redux";
|
||||
import {RootState} from "../../redux/store.ts";
|
||||
@@ -13,7 +13,7 @@ const PageWrapper: FC<Props> = ({children}) => {
|
||||
return (
|
||||
<AppShell
|
||||
layout={"alt"}
|
||||
navbar={{width: rem('80px'), breakpoint: "sm"}}
|
||||
navbar={{width: '5%', breakpoint: "sm"}}
|
||||
>
|
||||
|
||||
<AppShell.Navbar>
|
||||
|
||||
Reference in New Issue
Block a user