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

This commit is contained in:
Leon Bösche
2026-01-17 03:14:41 +01:00
parent d806fb806c
commit 3e7cc12b32

View File

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