Adjust audio player bar positioning for improved layout and avoid overlapping navigation buttons

This commit is contained in:
Leon Bösche
2026-01-17 03:02:11 +01:00
parent 00b4436013
commit 25790fd157

View File

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