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 &&
|
||||
_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(
|
||||
|
||||
Reference in New Issue
Block a user