Skip to content

Commit 3c3c916

Browse files
authored
Merge pull request #827 from Masaabu/fullscreen-explorer
Add feature "fullscreen-explorer"
2 parents 2f0140f + 39d68bb commit 3c3c916

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

features/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": 2,
4+
"id": "fullscreen-explorer",
5+
"versionAdded": "v3.8.0"
6+
},
27
{
38
"version": 2,
49
"id": "total-stats",
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)