fixed layout in insalled apps (#2639)
parent
83f9defc65
commit
d1c37f84aa
|
@ -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>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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")}>
|
||||||
|
|
Loading…
Reference in New Issue