add a hook to track window resize so we can dynamically size charts; default highlight Home link in nav; some typescript fixes

This commit is contained in:
gingervitis
2020-11-02 20:49:52 -08:00
parent 9e4e6b2df3
commit 112cc3af14
6 changed files with 96 additions and 51 deletions

View File

@@ -23,3 +23,12 @@ a {
.owncast-layout .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: $owncast-purple;
}
// misc system overrides
.ant-card {
border-radius: .5em;
}
.recharts-wrapper {
font-size: 12px;
}

View File

@@ -67,4 +67,7 @@
color: #52c41a;
}
/* //844-227-3943 */
.lineChartContainer {
margin: 2em auto;
}