Skip to content

Commit

Permalink
Merge pull request #191 from anhoder/master
Browse files Browse the repository at this point in the history
fix: lyrics view
  • Loading branch information
anhoder committed Sep 7, 2023
2 parents 074f359 + ac0c7e7 commit f235414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (p *Player) Update(_ tea.Msg, _ *model.App) {
p.showLyric = false
} else {
p.showLyric = true
if spaceHeight > 6 {
if spaceHeight > 7 {
// 5行歌词
p.lyricStartRow = (p.netease.WindowHeight()-3+main.SearchBarBottomRow())/2 - 3
p.lyricLines = 5
Expand Down

0 comments on commit f235414

Please sign in to comment.