diff --git a/sceneitem.go b/sceneitem.go index c6055e5..d9d57f3 100644 --- a/sceneitem.go +++ b/sceneitem.go @@ -59,7 +59,7 @@ func (cmd *SceneItemListCmd) Run(ctx *context) error { style := lipgloss.NewStyle().Padding(0, 3) switch col { case 0: - style = style.Align(lipgloss.Left) + style = style.Align(lipgloss.Center) case 1: style = style.Align(lipgloss.Left) case 2: