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:
@@ -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;
|
||||
}
|
||||
@@ -67,4 +67,7 @@
|
||||
color: #52c41a;
|
||||
}
|
||||
|
||||
/* //844-227-3943 */
|
||||
|
||||
.lineChartContainer {
|
||||
margin: 2em auto;
|
||||
}
|
||||
Reference in New Issue
Block a user