Adjust audio player bar positioning for improved layout

This commit is contained in:
Leon Bösche
2026-01-17 04:04:03 +01:00
parent 968065a0a3
commit 800d0c3020

View File

@@ -440,14 +440,13 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
},
),
),
// Audio player bar (positioned to the right of title)
if (_showAudioBar &&
_audioFileName != null &&
_audioFileUrl != null)
Positioned(
right:
200, // Add padding from right edge to avoid overlapping nav buttons
top: 16,
right: 200,
top: 12,
child: SlideTransition(
position: _audioBarOffset,
child: AudioPlayerBar(