* Fixed #2758

* Prettified Code!

* Merge branch 'develop' of https://github.com/bennett1412/owncast into issue-#2758-fix

* Fixed prop value in chart component

* Prettified Code!

* Updated chart download button position

* Fixed linting errors

---------

Co-authored-by: bennett1412 <bennett1412@users.noreply.github.com>
This commit is contained in:
Bennett B Madavana
2023-04-16 00:01:20 +05:30
committed by GitHub
parent 76f2a7cd4e
commit 49420822f5
2 changed files with 30 additions and 1 deletions

View File

@@ -237,3 +237,12 @@ th {
.ant-menu-light .ant-menu-item:hover {
color: var(--theme-color-palette-12);
}
.line-chart-container{
position: relative;
.download-btn{
position:absolute;
top: 0.3rem;
right: 0.35rem;
}
}