From f09b19998c1a537cea234e8eeabe5cd939f2388b Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sat, 30 Nov 2024 14:32:20 -0500 Subject: [PATCH] Updated list item crop setting #40 --- CSS/scyfin-theme.css | 5 +++++ 1 file changed, 5 insertions(+) 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); +}