Skip to content

Commit 61c7750

Browse files
authored
Only show certain Scratch extensions (#1388)
ACs ✅ - [x] When clicking on the extensions panel (the purple button in the bottom left) only the 5 extensions listed below should be visible Visible extensions: Music, Pen, Video Sensing, Face Sensing, Makey Makey Applied CSS fix as discussed <img width="1485" height="543" alt="image" src="https://github.com/user-attachments/assets/67fec780-53d1-4fed-bac7-9234a68d3544" />
1 parent 9c51b59 commit 61c7750

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/assets/stylesheets/Scratch.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,17 @@ div.injectionDiv {
6464
border-end-start-radius: 8px;
6565
}
6666

67+
/*
68+
* Hide extensions we do not currently support reliably in this deployment.
69+
*/
70+
#text2speech,
71+
#translate,
72+
#microbit,
73+
#gdxfor,
74+
#ev3,
75+
#boost,
76+
#wedo2 {
77+
display: none;
78+
}
79+
6780
/* stylelint-enable selector-class-pattern */

0 commit comments

Comments
 (0)