From b46aced2c7553f95a7e14c7f3f25738cabd0722f Mon Sep 17 00:00:00 2001 From: Martin Pander Date: Tue, 17 Feb 2026 21:31:24 +0100 Subject: [PATCH] Align subpages --- pages/timeEditor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ) }