1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-06 10:12:57 +00:00
This commit is contained in:
Tw93
2025-12-10 10:43:10 +08:00
parent 161be5b951
commit ab0cabb25d

View File

@@ -201,7 +201,7 @@ func renderHeader(m MetricsSnapshot, errMsg string, animFrame int, termWidth int
if 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 {