This commit is contained in:
Leon Bösche
2026-01-17 03:38:07 +01:00
parent bdba13cb60
commit ab6c6b2ff8

View File

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