Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed up use of Top/Left in JoinHorizontal and JoinVertical calls #116

Open
shaunco opened this issue Jul 13, 2024 · 0 comments
Open

Mixed up use of Top/Left in JoinHorizontal and JoinVertical calls #116

shaunco opened this issue Jul 13, 2024 · 0 comments

Comments

@shaunco
Copy link

shaunco commented Jul 13, 2024

This JoinVertical call should use lipgloss.Left rather than lipgloss.Top:

and These JoinHorizontal calls should use lipgloss.Top rather than lipgloss.Left:

  • freeze/help.go

    Line 33 in 578e9d0

    lipgloss.JoinHorizontal(lipgloss.Left, programStyle.Render("freeze"), argumentStyle.Render("main.go"), flagStyle.Render("[-o code.svg] [--flags]")),
  • freeze/help.go

    Line 34 in 578e9d0

    lipgloss.JoinHorizontal(lipgloss.Left, programStyle.Render("freeze"), argumentStyle.Render("--execute"), stringStyle.Render("\"ls -la\""), flagStyle.Render("[--flags] ")),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant