Description
Below 720px (though this might change in the future) the username collapses into the user menu. To accommodate for the case where a person has an unusually long username we should add a max-width to the user menu.
example of menu open w/ long username at 500px browser width |
To do
- Add max-width: 350px and overflow: hidden to Vector
- Add fade out with a pseudo element to Vector
- Once merged in Vector copy the same rules across to the mobile equivalent for non-AMC users
- Once merged in Vector copy the same rules across to the mobile equivalent for AMC users
- bonus points if we want to fix the clipped user icon (but not important)
Developer notes
Use the same fade out effect we use on page previews.