Skip to content

Commit

Permalink
fix: lrc controls overlapping in fullscreen
Browse files Browse the repository at this point in the history
closes #128
  • Loading branch information
MSOB7YY committed Feb 18, 2024
1 parent bae60f8 commit 15de106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/packages/lyrics_lrc_parsed_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ class LyricsLRCParsedViewState extends State<LyricsLRCParsedView> {
),
if (fullscreen) ...[
const WaveformMiniplayer(fixPadding: true),
const SizedBox(height: 8.0),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expand Down Expand Up @@ -420,6 +421,7 @@ class LyricsLRCParsedViewState extends State<LyricsLRCParsedView> {
],
),
const SizedBox(height: 12.0),
SizedBox(height: MediaQuery.paddingOf(context).bottom),
]
],
),
Expand Down

0 comments on commit 15de106

Please sign in to comment.