diff --git a/lib/common/widgets/episode_panel.dart b/lib/common/widgets/episode_panel.dart index 089d6ca98..f47b2def3 100644 --- a/lib/common/widgets/episode_panel.dart +++ b/lib/common/widgets/episode_panel.dart @@ -478,6 +478,7 @@ class _EpisodePanelState extends CommonSlidePageState ), ), if (view != null) ...[ + const SizedBox(height: 2), Row( children: [ StatView( @@ -494,7 +495,7 @@ class _EpisodePanelState extends CommonSlidePageState ), ], ], - ) + ), ], ], ),