diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 92edb41..d19e8e3 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -992,6 +992,11 @@ html, -webkit-flex-direction: row !important; flex-direction: row !important; } +/* Change crop for list item images */ +.listItemImage { + background-size: contain !important; + border-radius: var(--rounded-cards); +}