fix(list): add missing object-fit property to compact list (#87)

This commit is contained in:
Jimmy Cai 2020-12-24 10:43:09 +01:00 committed by GitHub
parent e937a14367
commit de79b8a470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,6 +193,7 @@
img {
width: var(--image-size);
height: var(--image-size);
object-fit: cover;
}
}