🐛 Fixes

This commit is contained in:
2024-09-06 13:26:20 +08:00
parent 2cee7ee958
commit 463cb9870f
4 changed files with 11 additions and 13 deletions

View File

@ -311,10 +311,9 @@ class _PlayerScreenState extends State<PlayerScreen> {
const Gap(20),
SizedBox(
height: 40,
child: Wrap(
alignment: WrapAlignment.center,
spacing: 4,
runSpacing: 4,
child: ListView(
scrollDirection: Axis.horizontal,
shrinkWrap: true,
children: [
TextButton.icon(
icon: const Icon(Icons.queue_music),