MangaCard imges don't stretch now (#110)

This commit is contained in:
abhijeetChawla
2021-12-03 15:09:02 +05:30
committed by GitHub
parent 890e0c8aa3
commit ac4aa7d1ca

View File

@@ -121,6 +121,7 @@ const MangaCard = React.forwardRef<HTMLDivElement, IProps>((props: IProps, ref)
imgStyle={{
height: '100%',
width: '100%',
objectFit: 'cover',
}}
spinnerStyle={{
display: 'grid',