fixed layout in insalled apps (#2639)

pull/2674/head
Peer Richelsen 2022-04-28 13:22:40 +02:00 committed by Omar López
parent 83f9defc65
commit d1c37f84aa
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export default function AppsShell({ children }: { children: React.ReactNode }) {
<div className="mb-12 block lg:hidden"> <div className="mb-12 block lg:hidden">
{status === "authenticated" && <NavTabs tabs={tabs} linkProps={{ shallow: true }} />} {status === "authenticated" && <NavTabs tabs={tabs} linkProps={{ shallow: true }} />}
</div> </div>
<main>{children}</main> <main className="pb-6">{children}</main>
</> </>
); );
} }

View File

@ -256,7 +256,7 @@ function Web3Container() {
return ( return (
<> <>
<ShellSubHeading title="Web3" subtitle={t("meet_people_with_the_same_tokens")} /> <ShellSubHeading title="Web3" subtitle={t("meet_people_with_the_same_tokens")} className="mt-10" />
<div className="lg:col-span-9 lg:pb-8"> <div className="lg:col-span-9 lg:pb-8">
<List> <List>
<ListItem className={classNames("flex-col")}> <ListItem className={classNames("flex-col")}>