Updated list item crop setting #40

This commit is contained in:
loof2736 2024-11-30 14:32:20 -05:00
parent 1f055e932c
commit f09b19998c

View File

@ -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);
}