This commit is contained in:
2024-04-28 04:55:19 +03:00
parent c4e106576e
commit d0a32b938c
25 changed files with 274 additions and 58 deletions

View File

@@ -9,5 +9,4 @@
.container {
padding: rem(20);
display: flex;
}

View File

@@ -13,10 +13,10 @@ const PageWrapper: FC<Props> = ({children}) => {
return (
<AppShell
layout={"alt"}
navbar={{
navbar={authState.isAuthorized ? {
width: '5%',
breakpoint: "sm"
}}
} : undefined}
>
<AppShell.Navbar>