Layout: fix compose block spacing

This commit is contained in:
Alex Gleason 2022-06-04 15:58:41 -05:00
parent 131fcef7d6
commit 54b6df719c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ const Sidebar: React.FC = ({ children }) => (
const Main: React.FC<React.HTMLAttributes<HTMLDivElement>> = ({ children, className }) => ( const Main: React.FC<React.HTMLAttributes<HTMLDivElement>> = ({ children, className }) => (
<main <main
className={classNames({ className={classNames({
'md:col-span-12 lg:col-span-9 xl:col-span-6 sm:space-y-4 pb-36': true, 'md:col-span-12 lg:col-span-9 xl:col-span-6 pb-36': true,
}, className)} }, className)}
> >
{children} {children}

View file

@ -36,7 +36,7 @@ const HomePage: React.FC = ({ children }) => {
return ( return (
<> <>
<Layout.Main className='pt-4 sm:pt-0 dark:divide-slate-700 space-y-4'> <Layout.Main className='pt-3 sm:pt-0 dark:divide-slate-700 space-y-3'>
{me && ( {me && (
<Card variant='rounded' ref={composeBlock}> <Card variant='rounded' ref={composeBlock}>
<CardBody> <CardBody>