Adjust audio player bar positioning for improved layout

This commit is contained in:
Leon Bösche
2026-01-19 23:12:46 +01:00
parent 6c4a5555f3
commit 73e757a86b

View File

@@ -445,7 +445,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
_audioFileName != null &&
_audioFileUrl != null)
Positioned(
right: 224,
right: 200,
top: 12,
child: SlideTransition(
position: _audioBarOffset,