style: adjust component spacing and layout for improved mobile display

This commit is contained in:
2025-10-14 15:35:00 +02:00
parent 661e035e19
commit f22a288dd9
5 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export function AppScreen({
}: React.ComponentPropsWithoutRef<'div'>) {
return (
<div className={clsx('flex flex-col', className)} {...props}>
<div className="flex justify-between px-4 pt-4">
<div className="flex justify-between px-4 pt-0">
<MenuIcon className="h-6 w-6 flex-none" />
<Logo className="h-6 flex-none" />
<UserIcon className="h-6 w-6 flex-none" />