fix: footer and sidebar mobile spacing

This commit is contained in:
iCrawl
2022-08-23 12:06:18 +02:00
parent 70806b401e
commit 32da9b3868
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ export function SidebarItems({
}, [router.asPath]);
return (
<Box pb="xl">
<Box sx={(theme) => ({ paddingBottom: 48, [theme.fn.smallerThan('md')]: { paddingBottom: 128 } })}>
{(Object.keys(groupItems) as (keyof GroupedMembers)[])
.filter((group) => groupItems[group].length)
.map((group, idx) => (