Skip to content

Commit

Permalink
Downloads chart: adjust padding and change dashes in cursor (#8540)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Feb 7, 2025
1 parent fc6cfa9 commit 6686eae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/web_app/lib/src/widget/downloads_chart/widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void drawChart(

final cursor = SVGLineElement()
..setAttribute('class', 'downloads-chart-cursor')
..setAttribute('stroke-dasharray', '15,3')
..setAttribute('stroke-dasharray', '3,3')
..setAttribute('x1', '0')
..setAttribute('x2', '0')
..setAttribute('y1', '$yZero')
Expand Down
1 change: 0 additions & 1 deletion pkg/web_css/lib/src/_pkg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
width: 775px;
flex-direction: column;
margin-top: 16px;
padding-top: 16px;
}

.downloads-chart-version-modes {
Expand Down

0 comments on commit 6686eae

Please sign in to comment.