Skip to content

Commit

Permalink
chore: smol right padding for miniplayer info
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Nov 26, 2024
1 parent 9dd26ae commit 032701e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/packages/miniplayer_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ class _TrackInfo<E> extends StatelessWidget {
children: [
Expanded(
child: Padding(
padding: EdgeInsets.only(right: 26.0 + (82 * (1 - cp) * (1 - qp)) + (60 * qp)),
padding: EdgeInsets.only(right: 32.0 + (82 * (1 - cp) * (1 - qp)) + (60 * qp)),
child: InkWell(
onTapUp: cp == 1 ? textData.onMenuOpen : null,
highlightColor: Color.alphaBlend(context.theme.scaffoldBackgroundColor.withAlpha(20), context.theme.highlightColor),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: namida
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
publish_to: "none"
version: 4.7.28-beta+241126200
version: 4.7.29-beta+241126210

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 032701e

Please sign in to comment.