Skip to content

Commit cef191a

Browse files
committed
Update right-side-flag to v2
1 parent 98e6f0d commit cef191a

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

features/features.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": 2,
4+
"id": "right-side-flag",
5+
"versionUpdated": "v3.2.0"
6+
},
27
{
38
"version": 2,
49
"id": "love-fave-animate",
@@ -1106,14 +1111,6 @@
11061111
"file": "compact-editor",
11071112
"type": ["Editor"]
11081113
},
1109-
{
1110-
"title": "Right Side Flag",
1111-
"description": "Moves the green flag and the red stop sign to the right side of the stage.",
1112-
"credits": ["GarboMuffin"],
1113-
"urls": ["https://scratch.mit.edu/users/GarboMuffin/"],
1114-
"file": "right-side-flag",
1115-
"type": ["Theme"]
1116-
},
11171114
{
11181115
"title": "Replace Scratch News with Recent Projects",
11191116
"description": "Replaces the Scratch News section on the homepage with your recently shared projects.",

features/right-side-flag.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

features/right-side-flag/data.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"title": "Right Side Flag",
3+
"description": "Moves the green flag and the red stop sign to the right side of the stage.",
4+
"styles": [{ "file": "style.css", "runOn": "/projects/*" }],
5+
"credits": [
6+
{
7+
"url": "https://scratch.mit.edu/users/garbomuffin/",
8+
"username": "GarboMuffin"
9+
}
10+
],
11+
"type": ["Editor", "Website"],
12+
"dynamic": true
13+
}

features/right-side-flag/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
div[class^='stage-header_stage-menu-wrapper'] {
2+
flex-direction: row-reverse !important;
3+
}

0 commit comments

Comments
 (0)