fix(list): add missing object-fit property to compact list (#87)
This commit is contained in:
parent
e937a14367
commit
de79b8a470
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -200,7 +201,7 @@
|
|||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-preview{
|
.article-preview {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
color: var(--card-text-color-tertiary);
|
color: var(--card-text-color-tertiary);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user