From 55f3b0c9810541113b336be4fac160024e038877 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Jun 2025 13:38:51 +0100 Subject: [PATCH] fix item id alignment --- sceneitem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: