Increase right padding of audio player bar to avoid overlapping navigation buttons
This commit is contained in:
@@ -446,7 +446,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
_audioFileUrl != null)
|
_audioFileUrl != null)
|
||||||
Positioned(
|
Positioned(
|
||||||
right:
|
right:
|
||||||
120, // Add padding from right edge to avoid overlapping nav buttons
|
160, // 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