From 25790fd1575e0b5c7f965ed7aa1095a3a9a7d8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Sat, 17 Jan 2026 03:02:11 +0100 Subject: [PATCH] Adjust audio player bar positioning for improved layout and avoid overlapping navigation buttons --- b0esche_cloud/lib/pages/home_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/b0esche_cloud/lib/pages/home_page.dart b/b0esche_cloud/lib/pages/home_page.dart index 7a5c3dc..91c0915 100644 --- a/b0esche_cloud/lib/pages/home_page.dart +++ b/b0esche_cloud/lib/pages/home_page.dart @@ -445,7 +445,8 @@ class _HomePageState extends State 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(