feat: recreate dashboard page from previous version

This commit is contained in:
Sonny
2024-05-03 02:10:15 +02:00
committed by Sonny
parent 2cc490b611
commit 2cf8c5ae02
66 changed files with 2087 additions and 86 deletions

View File

@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
import BaseLayout from './_base_layout';
const DashboardLayoutStyle = styled.div(({ theme }) => ({
height: 'auto',
height: '100%',
width: theme.media.small_desktop,
maxWidth: '100%',
padding: '0.75em 1em',