Increase right padding of audio player bar to avoid overlapping navigation buttons

This commit is contained in:
Leon Bösche
2026-01-17 03:30:19 +01:00
parent 3e7cc12b32
commit 0d88d8e58e

View File

@@ -446,7 +446,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
_audioFileUrl != null) _audioFileUrl != null)
Positioned( Positioned(
right: right:
160, // Add padding from right edge to avoid overlapping nav buttons 184, // Add padding from right edge to avoid overlapping nav buttons
child: SlideTransition( child: SlideTransition(
position: _audioBarOffset, position: _audioBarOffset,
child: AudioPlayerBar( child: AudioPlayerBar(