fix: reduce spacing

This commit is contained in:
edde746
2026-04-06 03:02:36 +02:00
parent c4a71048f5
commit 627024bd13
@@ -668,7 +668,6 @@ class DesktopVideoControlsState extends State<DesktopVideoControls> {
onFocusChange: _onFocusChange,
enabled: canInteract,
),
const SizedBox(height: 4),
] else if (!_isLive) ...[
VideoTimelineBar(
player: widget.player,
@@ -683,7 +682,6 @@ class DesktopVideoControlsState extends State<DesktopVideoControls> {
enabled: canInteract,
thumbnailDataBuilder: widget.thumbnailDataBuilder,
),
const SizedBox(height: 4),
],
// Row 2: Playback controls and options
Focus(