-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
changeIntroduces changes with existing installationsIntroduces changes with existing installationsfeatureNew feature or requestNew feature or request
Milestone
Description
On huge screens (width > 1500px (dpr-adjusted)), the layout gets difficult to capture and read. We can do better by leveraging the additional space.
https://css-tricks.com/optimizing-large-scale-displays/
To adjust for arbitrary font-size settings, the menu was refactored again. The follwing things are fixed with this:
- resizes and positions correctly according to html elements font-size
- IE11 compatiblity is now given
- a11y: expander is now correctly given a focus outline
- chevron is now coded into html instead of a css content value, which makes it easier to change (was an issue in the past)
- the visited checkmark now breaks correctly on long lines and hides behind the text if necessary
- some more css classes were introduced to make further extensions (eg. nested shortcut links) easier
Metadata
Metadata
Assignees
Labels
changeIntroduces changes with existing installationsIntroduces changes with existing installationsfeatureNew feature or requestNew feature or request