Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a vertically long image as profile picture makes accounts sidebar misbehave. #460

Open
Gukkey opened this issue Oct 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Gukkey
Copy link

Gukkey commented Oct 4, 2024

Describe the bug
Using a vertically long image as my profile picture messes with the account side bar.

To Reproduce (if applicable)
Steps to reproduce the behavior:

  1. Go to your profile settings.
  2. Keep a vertically long image as an avatar.
  3. Save it, reload the page.
  4. The profile picture in the accounts sidebar, instead of being circular would look like it was bit elongated.

Expected behavior
Instead of the image being elongated, it should be properly circular. Like how it is at other places.

Screenshots
image

Versions

  • Browser: Zen browser (A firefox fork)
  • Photon version: 1.31.2
@Gukkey Gukkey added the bug Something isn't working label Oct 4, 2024
@sevonj
Copy link
Contributor

sevonj commented Oct 4, 2024

haha long

image

image
For whatever reason there's a height: auto for img tags, which overrides ProfileAvatar height. No clue where it comes from.

Gukkey added a commit to Gukkey/photon that referenced this issue Oct 28, 2024
…lowing

fixed an issue where vertically long images in profile avatar overflowing instead of being fixed to a defined "size"
Issue ref(s):Xyphyn#460
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants