Skip to content

Commit 7d53a23

Browse files
authored
Merge branch 'main' into main
2 parents 6d7ad3e + b20bab7 commit 7d53a23

File tree

5 files changed

+37
-1
lines changed

5 files changed

+37
-1
lines changed

extras/feature-locales/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

features/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"id": "project-version-detector",
1010
"versionAdded": "v3.8.0"
1111
},
12+
{
13+
"version": 2,
14+
"id": "fullscreen-explorer",
15+
"versionAdded": "v3.8.0"
16+
},
1217
{
1318
"version": 2,
1419
"id": "project-descriptions",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"title": "Fullscreen Project Grids",
3+
"description": "Find projects on the big screen by removing the left and right blanks on the Trends, Search, Remix pages.",
4+
"credits": [
5+
{ "username": "Masaabu-YT", "url": "https://scratch.mit.edu/users/Masaabu-YT/" }
6+
],
7+
"type": ["Website"],
8+
"tags": ["New", "Featured"],
9+
"dynamic": true,
10+
"styles": [
11+
{ "file": "style.css", "runOn": "/explore/*" },
12+
{ "file": "style.css", "runOn": "/search/*" },
13+
{ "file": "style2.css", "runOn": "/projects/*" }
14+
]
15+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.grid .flex-row {
2+
width: 100%;
3+
justify-content: center;
4+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.container {
2+
display: inline-block;
3+
margin: 0;
4+
}
5+
6+
#content {
7+
width: 100%;
8+
}
9+
10+
#topnav .container {
11+
margin: auto;
12+
}

0 commit comments

Comments
 (0)