In my navbar, there is a user dropdown menu aligned to the right. Currently, when a user has a picture added, a small thumbnail appears next to their name. Although this feature works, I believe it can be improved.
One issue is that when the viewport size decreases, the image gets placed in the collapsed list of menu items at the bottom, which is not the desired behavior. It should either disappear or remain next to the user's name.
Another improvement I would like to make is to make the picture clickable and have it grouped together with the user's name for better functionality.
You can view a test version of my code for the navbar here:
Could you provide suggestions on how to address these issues?
Thank you, Niels.