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
In #360 we mentioned we may need to use CSS grid or a similar technique to deal with spacing. Mainly when the flyout is collapsed and the version name is long.
We need to talk more about this and explore alternatives (like flexbox, #360 (comment)). Also note that most of this will change when working on the next iteration of the flyout as a "toolbar" or similar: #53
The text was updated successfully, but these errors were encountered:
- Use flex grid grow/shrink/basis to control the grow/shrink behavior of
flyout header elements
- Don't wrap header flex items
- Truncate header flex items using ellipsis overflow
- Control height through font height and tame usage of line-height to be
consistent
- Move padding from header to header>span so that logo doesn't have to
break out of content height or line height to display larger than the
font size
- Increase the flyout width and make width controllable by variable
----
- Fixes#485
- Fixes#400
- Refs #394
In #360 we mentioned we may need to use CSS grid or a similar technique to deal with spacing. Mainly when the flyout is collapsed and the version name is long.
One approach could be to use CSS grid areas: https://ishadeed.com/article/css-grid-area/
We need to talk more about this and explore alternatives (like flexbox, #360 (comment)). Also note that most of this will change when working on the next iteration of the flyout as a "toolbar" or similar: #53
The text was updated successfully, but these errors were encountered: