Skip to content

Commit

Permalink
fix help style
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Dec 6, 2024
1 parent 1ee6b1c commit 499effc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ func (m mainModel) View() string {
MarginLeft(2).
Render(fmt.Sprintf(helpHeader, m.version)),
lipgloss.NewStyle().
MarginTop(1).
Height(m.viewport.Height+controlsHeight-1).
Render(help),
)
Expand Down

0 comments on commit 499effc

Please sign in to comment.