fix: layout issues
This commit is contained in:
parent
83fe2c772c
commit
6ae22a23c7
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ export default function ShowEvent() {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='flex items-center justify-center h-full'>
|
<div>
|
||||||
<Card className='w-[80%] max-w-screen p-0 gap-0 max-xl:w-[95%] mx-auto'>
|
<Card className='w-[80%] max-w-screen p-0 gap-0 max-xl:w-[95%] mx-auto'>
|
||||||
<CardHeader className='p-0 m-0 gap-0' />
|
<CardHeader className='p-0 m-0 gap-0' />
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ export default function Header({
|
||||||
<span className='flex justify-start'>
|
<span className='flex justify-start'>
|
||||||
<SidebarTrigger variant='outline_primary' size='icon' />
|
<SidebarTrigger variant='outline_primary' size='icon' />
|
||||||
</span>
|
</span>
|
||||||
<span className='flex justify-center'>Search</span>
|
<span className='flex justify-center'></span>
|
||||||
<span className='flex gap-1 justify-end'>
|
<span className='flex gap-1 justify-end'>
|
||||||
<ThemePicker />
|
<ThemePicker />
|
||||||
{items.map((item) => (
|
{items.map((item) => (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue