mirror of
https://github.com/tw93/Mole.git
synced 2026-02-14 18:47:28 +00:00
1.12.2
This commit is contained in:
@@ -201,7 +201,7 @@ func renderHeader(m MetricsSnapshot, errMsg string, animFrame int, termWidth int
|
|||||||
if errMsg != "" {
|
if errMsg != "" {
|
||||||
return lipgloss.JoinVertical(lipgloss.Left, headerLine, "", mole, dangerStyle.Render(errMsg), "")
|
return lipgloss.JoinVertical(lipgloss.Left, headerLine, "", mole, dangerStyle.Render(errMsg), "")
|
||||||
}
|
}
|
||||||
return headerLine + "\n" + mole
|
return headerLine + "\n\n" + mole
|
||||||
}
|
}
|
||||||
|
|
||||||
func getScoreStyle(score int) lipgloss.Style {
|
func getScoreStyle(score int) lipgloss.Style {
|
||||||
|
|||||||
Reference in New Issue
Block a user