diff --git a/pages/timeEditor.go b/pages/timeEditor.go index 02c9a14..f87749e 100644 --- a/pages/timeEditor.go +++ b/pages/timeEditor.go @@ -573,8 +573,8 @@ func (p *TimeEditorPage) View() string { return lipgloss.Place( p.common.Width(), p.common.Height(), - lipgloss.Left, - lipgloss.Top, + lipgloss.Center, + lipgloss.Center, content, ) }