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

This commit is contained in:
Jimmy Cai 2020-12-24 10:42:02 +01:00
parent e937a14367
commit 9f8d49fb50
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

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