-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flex grid and usage of static lengths (#486)
- 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 ---- ![image](https://github.com/user-attachments/assets/6190ea0f-10bf-4420-b61e-34b551d2df33) ![image](https://github.com/user-attachments/assets/28175a05-0710-4580-b1db-a5757de5e07d) ![image](https://github.com/user-attachments/assets/4ca175b6-5fd4-4ceb-b599-df93a7af3a30) Note here that the logo scales with the font size correctly. ![image](https://github.com/user-attachments/assets/51818f71-5930-4288-b633-dbb7356f0c87) ![image](https://github.com/user-attachments/assets/885da0c3-2661-4b65-bd07-21eb1c331a64) ![image](https://github.com/user-attachments/assets/d300df2e-8f42-4de1-b405-c2bf31a8dcb5)
- Loading branch information
Showing
4 changed files
with
45 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters