You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of funk I want to quickly vertically align text. Presently I need to draw an element (such as a button) then to vertically align text draw another element inside the first element and put text in this second element. This is longwinded and confusing.
This appears to be possible using
align-items: center
display:flex
justify-content: center
A/C
The behavior needs to be as predictable as possible between single and multiline text.
We need to consider if this should not be in the typo styles but in layout settings, as it's technically not a style but a layout property that should be set on a per-element basis, not per typo style. To get started I suggest we see if this is possible then we can decide where we should put these settings.
As a user of funk I want to quickly vertically align text. Presently I need to draw an element (such as a button) then to vertically align text draw another element inside the first element and put text in this second element. This is longwinded and confusing.
This appears to be possible using
A/C
We need to consider if this should not be in the typo styles but in layout settings, as it's technically not a style but a layout property that should be set on a per-element basis, not per typo style. To get started I suggest we see if this is possible then we can decide where we should put these settings.
To be discussed with @davidjb99 and @FranzSkuffka
The text was updated successfully, but these errors were encountered: