Skip to content

scratch3to2: fix cat ears - #8735

Merged
mxmou merged 1 commit into
ScratchAddons:masterfrom
mxmou:s3to2-ears
Jan 30, 2026
Merged

scratch3to2: fix cat ears#8735
mxmou merged 1 commit into
ScratchAddons:masterfrom
mxmou:s3to2-ears

Conversation

@mxmou

@mxmou mxmou commented Dec 18, 2025

Copy link
Copy Markdown
Member

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

medlans commented Dec 19, 2025

Copy link
Copy Markdown

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
@mxmou
mxmou merged commit a67b3ab into ScratchAddons:master Jan 30, 2026
1 check passed
@mxmou
mxmou deleted the s3to2-ears branch January 30, 2026 19:53
WorldLanguages pushed a commit that referenced this pull request Jan 31, 2026
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