feat(samples table/gallery): Crop thumbs to square (#2109)

This commit is contained in:
Ron Au 2022-08-31 10:40:18 +10:00 committed by GitHub
parent 609021b15b
commit 78d94cff1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@
img.gr-sample-image,
video.gr-sample-video {
@apply object-contain h-20 w-20;
@apply object-cover h-20 w-20;
}
}
@ -100,7 +100,7 @@
img.gr-sample-image,
video.gr-sample-video {
@apply max-h-20;
@apply object-cover max-h-20;
}
.gr-sample-textbox,