MangaCard imges don't stretch now (#110)
This commit is contained in:
@@ -121,6 +121,7 @@ const MangaCard = React.forwardRef<HTMLDivElement, IProps>((props: IProps, ref)
|
|||||||
imgStyle={{
|
imgStyle={{
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
objectFit: 'cover',
|
||||||
}}
|
}}
|
||||||
spinnerStyle={{
|
spinnerStyle={{
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
|
|||||||
Reference in New Issue
Block a user