refactor(tui): consistent chrome across all views #61

Merged
lerko merged 7 commits from fix/tui-chrome-consistency into main 2026-06-04 20:26:50 +00:00
Showing only changes of commit d099740f33 - Show all commits
+1 -1
View File
@@ -181,7 +181,7 @@ func (m Model) viewDashboard() string {
availHeight = 5 availHeight = 5
} }
contentHeight := availHeight - lipgloss.Height(header) - lipgloss.Height(footer) - 2 contentHeight := availHeight - lipgloss.Height(header) - lipgloss.Height(footer)
if contentHeight < 1 { if contentHeight < 1 {
contentHeight = 1 contentHeight = 1
} }