File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mobile/lib/presentation/widgets/timeline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class Scrubber extends ConsumerStatefulWidget {
4646}
4747
4848List <_Segment > _buildSegments ({required List <Segment > layoutSegments, required double timelineHeight}) {
49- const double offsetThreshold = 20 .0 ;
49+ const double offsetThreshold = 40 .0 ;
5050
5151 final segments = < _Segment > [];
5252 if (layoutSegments.isEmpty || layoutSegments.first.bucket is ! TimeBucket ) {
@@ -390,7 +390,7 @@ class _SegmentWidget extends StatelessWidget {
390390 Widget build (BuildContext context) {
391391 return IgnorePointer (
392392 child: Container (
393- margin: const EdgeInsets .only (right: 12 .0 ),
393+ margin: const EdgeInsets .only (right: 36 .0 ),
394394 child: Material (
395395 color: context.colorScheme.surface,
396396 borderRadius: const BorderRadius .all (Radius .circular (16.0 )),
You can’t perform that action at this time.
0 commit comments