Adjust audio player bar positioning for improved layout and avoid overlapping navigation buttons
This commit is contained in:
@@ -445,7 +445,8 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
_audioFileName != null &&
|
_audioFileName != null &&
|
||||||
_audioFileUrl != null)
|
_audioFileUrl != null)
|
||||||
Positioned(
|
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(
|
child: SlideTransition(
|
||||||
position: _audioBarOffset,
|
position: _audioBarOffset,
|
||||||
child: AudioPlayerBar(
|
child: AudioPlayerBar(
|
||||||
|
|||||||
Reference in New Issue
Block a user