Moved files around. Updated test page.

This commit is contained in:
Mike Cao 2020-09-27 00:51:29 -07:00
parent 890b209527
commit 6bb34cd3a5
19 changed files with 136 additions and 69 deletions

View file

@ -59,7 +59,7 @@ export default function WebsiteChart({
}
return (
<>
<div className={styles.container}>
<WebsiteHeader websiteId={websiteId} token={token} title={title} showLink={showLink} />
<div className={classNames(styles.header, 'row')}>
<StickyHeader
@ -92,7 +92,7 @@ export default function WebsiteChart({
/>
</div>
</div>
</>
</div>
);
}

View file

@ -1,6 +1,7 @@
.container {
display: flex;
flex-direction: column;
align-self: stretch;
}
.title {