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 {
width: var(--image-size);
height: var(--image-size);
object-fit: cover;
}
}
@ -200,7 +201,7 @@
font-size: 1.4rem;
}
.article-preview{
.article-preview {
font-size: 1.4rem;
color: var(--card-text-color-tertiary);
margin-top: 10px;