From 627024bd13bc55e26398f84d3da1fe9877c90c2f Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:02:36 +0200 Subject: [PATCH] fix: reduce spacing --- lib/widgets/video_controls/desktop_video_controls.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/widgets/video_controls/desktop_video_controls.dart b/lib/widgets/video_controls/desktop_video_controls.dart index 27b0e694..7efd00a3 100644 --- a/lib/widgets/video_controls/desktop_video_controls.dart +++ b/lib/widgets/video_controls/desktop_video_controls.dart @@ -668,7 +668,6 @@ class DesktopVideoControlsState extends State { onFocusChange: _onFocusChange, enabled: canInteract, ), - const SizedBox(height: 4), ] else if (!_isLive) ...[ VideoTimelineBar( player: widget.player, @@ -683,7 +682,6 @@ class DesktopVideoControlsState extends State { enabled: canInteract, thumbnailDataBuilder: widget.thumbnailDataBuilder, ), - const SizedBox(height: 4), ], // Row 2: Playback controls and options Focus(