Skip to content

Commit 5556938

Browse files
authored
Merge pull request #724 from STForScratch/MaterArc-patch-7
2 parents bed31b6 + 750ac50 commit 5556938

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "Larger Thumbnails",
3+
"description": "Updates thumbnails on the trending and search pages to be larger and better fit the project 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+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.grid .thumbnail.project .thumbnail-image img {
2+
position: absolute;
3+
top: 0;
4+
bottom: 0;
5+
left:0;
6+
width: 100% !important;
7+
width: 100% !important;
8+
border-bottom-right-radius: 0px !important;
9+
border-bottom-left-radius: 0px !important;
10+
}
11+
.slick-slide img {
12+
position: none !important;
13+
}
14+
15+
.thumbnail.project {
16+
position: relative;
17+
}

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": "better-trending-thumbnails",
5+
"versionAdded": "v3.4.0"
6+
},
27
{
38
"version": 2,
49
"id": "relevant-forum-posts",

0 commit comments

Comments
 (0)