mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
Fix layout
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { AppShell, createStyles } from '@mantine/core';
|
||||
import { useConfigContext } from '../../config/provider';
|
||||
import { Background } from './Background';
|
||||
import { Footer } from './Footer';
|
||||
import { Header } from './Header/Header';
|
||||
import { Head } from './Header/Meta/Head';
|
||||
import { Header } from './header/Header';
|
||||
import { Head } from './header/Meta/Head';
|
||||
|
||||
const useStyles = createStyles(() => ({}));
|
||||
|
||||
@@ -15,7 +14,6 @@ export default function Layout({ children }: any) {
|
||||
<AppShell
|
||||
fixed={false}
|
||||
header={<Header />}
|
||||
footer={<Footer links={[]} />}
|
||||
styles={{
|
||||
main: {
|
||||
minHeight: 'calc(100vh - var(--mantine-header-height))',
|
||||
|
||||
Reference in New Issue
Block a user