* 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:
committed by
GitHub
parent
76f2a7cd4e
commit
49420822f5
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user