Skip to content

Commit 55a6c31

Browse files
authored
Merge pull request #768 from MaterArc/MaterArc-patch-2
Fix Full-Size Trending Studios
2 parents 66811c5 + ca2c7cd commit 55a6c31

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"title": "Larger Thumbnails",
3-
"description": "Updates thumbnails on the trending and search pages to be larger and better fit the project/studio box.",
4-
"credits": [
5-
{ "username": "MaterArc", "url": "https://scratch.mit.edu/users/MaterArc/" }
6-
],
7-
"type": ["Website"],
8-
"tags": ["New"],
9-
"dynamic": true,
10-
"styles": [{ "file": "style.css", "runOn": "/explore/projects/*" },{ "file": "style.css", "runOn": "/search/projects*" }]
11-
}
2+
"title": "Larger Thumbnails",
3+
"description": "Updates thumbnails on the trending and search pages to be larger and better fit the project/studio box.",
4+
"credits": [
5+
{ "username": "MaterArc", "url": "https://scratch.mit.edu/users/MaterArc/" }
6+
],
7+
"type": ["Website"],
8+
"tags": ["New"],
9+
"dynamic": true,
10+
"styles": [
11+
{
12+
"file": "style.css",
13+
"runOn": "/explore/projects/*||/search/projects/*||/explore/studios/*"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)