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
Because the flyout CSS is using a mix of fixed width (5px instead of 0.25em), increasing/decreasing the font size doesn't scale all elements or their positioning/spacing correctly.
Here is a flex grid view of the elements:
Notice that the logo doesn't scale and the icons aren't centered.
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
Because the flyout CSS is using a mix of fixed width (
5px
instead of0.25em
), increasing/decreasing the font size doesn't scale all elements or their positioning/spacing correctly.Here is a flex grid view of the elements:
Notice that the logo doesn't scale and the icons aren't centered.
The text was updated successfully, but these errors were encountered: