Skip to content

Conversation

@mxmou
Copy link
Member

@mxmou mxmou commented Dec 18, 2025

Resolves #8731

Changes

Fixes the styling of profile pictures, specifically those with cat ears (membership badge).

image image

Tests

Tested on Edge and Firefox. I used the following code to add ears to every profile picture on the page:

for (const wrapper of document.querySelectorAll(".avatar-wrapper")) {
    wrapper.classList.add("avatar-badge-wrapper");
    wrapper.querySelector(".avatar").classList.add("avatar-badge");
}

@mxmou mxmou self-assigned this Dec 18, 2025
@mxmou mxmou added scope: addon Related to one or multiple addons scope: upstream Related to something we depend on (like Scratch, a library, or the browser) labels Dec 18, 2025
@medlans
Copy link

medlans commented Dec 19, 2025

Ok it works
catearfix
D: I am still traumatized by the profile picture though

@DNin01 DNin01 added this to the v1.45.0 milestone Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: addon Related to one or multiple addons scope: upstream Related to something we depend on (like Scratch, a library, or the browser)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cat ears look odd on project page with Scratch 3.0 -> 2.0 addon

3 participants