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

Avatar sizes is changed after visiting QnA topics #33

Open
exetico opened this issue Aug 3, 2020 · 0 comments
Open

Avatar sizes is changed after visiting QnA topics #33

exetico opened this issue Aug 3, 2020 · 0 comments

Comments

@exetico
Copy link

exetico commented Aug 3, 2020

I've spotted a small bug.

  1. Visit a QnA-formatted topic
  2. Navigate to another topic (not QnA-formatted)
  3. Avatars are now 25px in size, instead of 45px

Here's one HTML example, with 25px sized avatars:

<img alt="" src="/letter_avatar_proxy/v4/letter/v/ce7236/25.png" title="...removed..." class="avatar" width="25" height="25">

And here's the default HTML size:

<img alt="" src="/letter_avatar_proxy/v4/letter/v/ce7236/45.png" title="...removed..." class="avatar" width="45" height="45">

(It's not only limited to the "Letter avatar proxy" avatars. It's also the normal avatars.)

By reloading the page (F5), it's all good again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant