Skip to content

Commit 6686eae

Browse files
authored
Downloads chart: adjust padding and change dashes in cursor (#8540)
1 parent fc6cfa9 commit 6686eae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/web_app/lib/src/widget/downloads_chart/widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ void drawChart(
308308

309309
final cursor = SVGLineElement()
310310
..setAttribute('class', 'downloads-chart-cursor')
311-
..setAttribute('stroke-dasharray', '15,3')
311+
..setAttribute('stroke-dasharray', '3,3')
312312
..setAttribute('x1', '0')
313313
..setAttribute('x2', '0')
314314
..setAttribute('y1', '$yZero')

pkg/web_css/lib/src/_pkg.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
width: 775px;
283283
flex-direction: column;
284284
margin-top: 16px;
285-
padding-top: 16px;
286285
}
287286

288287
.downloads-chart-version-modes {

0 commit comments

Comments
 (0)