Skip to content

Commit

Permalink
remove space between chart and stats
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Mar 29, 2024
1 parent a815ab7 commit 6520c51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/view/analysis/analysis_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,6 @@ class ServerAnalysisSummary extends ConsumerWidget {
child: WaitingForServerAnalysis(),
),
AcplChart(options),
// may be removed if game phases text is displayed vertically instead of horizontally
const SizedBox(height: 10.0),
Center(
child: SizedBox(
width: math.min(MediaQuery.sizeOf(context).width, 500),
Expand Down

0 comments on commit 6520c51

Please sign in to comment.