cohere-coop / nourish.party

Celebrating and nourishing creative communities
Other
6 stars 0 forks source link

Forms align their "next" action to the right and their "other actions" to the left #75

Closed zspencer closed 6 years ago

zspencer commented 6 years ago

In order to have a consistent experience of flow across forms As a user I would like the buttons to submit a form be on the bottom right, with additional data or actions aligned to the left

Ideally, this would be done in such a way that if a users language reads LTR we invert the order; but I have no idea how to CSS Grid :x

bhaibel commented 6 years ago

This might be a flexbox thing tbh: one way to think about when to use flexbox vs grid is that flexbox is for arranging things along a single dimension, and grid is for arranging them in two dimensions.

zspencer commented 6 years ago

Resolved by https://github.com/wecohere/nourish.party/pull/90