diff --git a/cmd/status/view.go b/cmd/status/view.go index c3a5bc3..f3733ba 100644 --- a/cmd/status/view.go +++ b/cmd/status/view.go @@ -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 {