v0.1
This commit is contained in:
@@ -9,5 +9,4 @@
|
||||
|
||||
.container {
|
||||
padding: rem(20);
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -13,10 +13,10 @@ const PageWrapper: FC<Props> = ({children}) => {
|
||||
return (
|
||||
<AppShell
|
||||
layout={"alt"}
|
||||
navbar={{
|
||||
navbar={authState.isAuthorized ? {
|
||||
width: '5%',
|
||||
breakpoint: "sm"
|
||||
}}
|
||||
} : undefined}
|
||||
>
|
||||
|
||||
<AppShell.Navbar>
|
||||
|
||||
Reference in New Issue
Block a user