Skip to content

Commit be32fb1

Browse files
authored
Add Support for Trending Studios
Add support for trending studios
2 parents 71ae6ed + 24d594a commit be32fb1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

features/better-trending-thumbnails/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,18 @@
1515
.thumbnail.project {
1616
position: relative;
1717
}
18+
19+
.grid .thumbnail.gallery .thumbnail-image img {
20+
position: absolute;
21+
top: 0;
22+
bottom: 0;
23+
left:0;
24+
width: 100% !important;
25+
width: 100% !important;
26+
border-bottom-right-radius: 0px !important;
27+
border-bottom-left-radius: 0px !important;
28+
}
29+
30+
.thumbnail.gallery {
31+
position: relative;
32+
}

0 commit comments

Comments
 (0)