Ideally, JoinHorizontal should expect Top, Bottom, or Center positions. This PR fixes the cases where the Left position constant was used instead of Top.
I found the same thing while looking for JoinVertical calls. So I have updated position constants in JoinVertical calls as well.
This PR fixes: https://github.com/charmbracelet/soft-serve/issues/540
Ideally,
JoinHorizontal
should expect Top, Bottom, or Center positions. This PR fixes the cases where the Left position constant was used instead of Top.I found the same thing while looking for
JoinVertical
calls. So I have updated position constants inJoinVertical
calls as well.