fix: play all after multi select

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-28 19:55:05 +08:00
parent 0e253ecb83
commit 07307a666c
8 changed files with 19 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ class SubItem extends StatelessWidget {
},
),
child: Padding(
padding: const EdgeInsets.fromLTRB(12, 7, 12, 7),
padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 7),
child: LayoutBuilder(
builder: (context, boxConstraints) {
double width =