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 Bottom/Right in JoinHorizontal and JoinVertical calls #334

Closed
shaunco opened this issue Jul 13, 2024 · 1 comment · Fixed by #342
Closed

Mixed up use of Top/Left Bottom/Right in JoinHorizontal and JoinVertical calls #334

shaunco opened this issue Jul 13, 2024 · 1 comment · Fixed by #342
Assignees

Comments

@shaunco
Copy link

shaunco commented Jul 13, 2024

These JoinHorizontal calls should use lipgloss.Top or lipgloss.Bottom rather than lipgloss.Left or lipgloss.Right:

These JoinVertical calls should use lipgloss.Left or lipgloss.Right rather than lipgloss.Top or lipgloss.Bottom:

@bashbunni bashbunni self-assigned this Aug 6, 2024
@bashbunni
Copy link
Member

Thank you! This is fixed in #342 will link this issue to that PR so it'll close once merged :)

@bashbunni bashbunni linked a pull request Aug 6, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants