charmbracelet / lipgloss

Style definitions for nice terminal layouts 👄
MIT License
8.03k stars 228 forks source link

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

Closed shaunco closed 1 month ago

shaunco commented 3 months ago

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 commented 2 months ago

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