Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # pnpm-lock.yaml
This commit is contained in:
@@ -10,7 +10,7 @@ export function WebsiteLayout({ websiteId, children }: { websiteId: string; chil
|
|||||||
return (
|
return (
|
||||||
<WebsiteProvider websiteId={websiteId}>
|
<WebsiteProvider websiteId={websiteId}>
|
||||||
<Grid columns="auto 1fr" width="100%" height="100%">
|
<Grid columns="auto 1fr" width="100%" height="100%">
|
||||||
<Column height="100%" border="right" backgroundColor>
|
<Column height="100%" border="right" backgroundColor marginRight="2">
|
||||||
<WebsiteNav websiteId={websiteId} />
|
<WebsiteNav websiteId={websiteId} />
|
||||||
</Column>
|
</Column>
|
||||||
<PageBody gap>
|
<PageBody gap>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export function WebsitePage({ websiteId }: { websiteId: string }) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column gap marginLeft="2">
|
<Column gap>
|
||||||
<WebsiteControls websiteId={websiteId} />
|
<WebsiteControls websiteId={websiteId} />
|
||||||
<WebsiteMetricsBar websiteId={websiteId} showChange={true} />
|
<WebsiteMetricsBar websiteId={websiteId} showChange={true} />
|
||||||
<Panel minHeight="520px">
|
<Panel minHeight="520px">
|
||||||
|
|||||||
Reference in New Issue
Block a user