mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-06-30 07:20:30 +01:00
fix item id alignment
This commit is contained in:
parent
7da80a1ad2
commit
55f3b0c981
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user