mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Updated list item crop setting #40
This commit is contained in:
parent
1f055e932c
commit
f09b19998c
@ -992,6 +992,11 @@ html,
|
|||||||
-webkit-flex-direction: row !important;
|
-webkit-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
|
/* Change crop for list item images */
|
||||||
|
.listItemImage {
|
||||||
|
background-size: contain !important;
|
||||||
|
border-radius: var(--rounded-cards);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user