We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71ae6ed + 24d594a commit be32fb1Copy full SHA for be32fb1
1 file changed
features/better-trending-thumbnails/style.css
@@ -15,3 +15,18 @@
15
.thumbnail.project {
16
position: relative;
17
}
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
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