fix: layout issues
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m52s
docker-build / docker (pull_request) Successful in 6m10s
tests / Tests (pull_request) Successful in 3m34s

This commit is contained in:
Dominik 2025-07-01 11:51:02 +02:00
parent 83fe2c772c
commit 6ae22a23c7
Signed by: dominik
GPG key ID: 06A4003FC5049644
2 changed files with 2 additions and 2 deletions

View file

@ -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' />

View file

@ -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) => (