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={{
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
objectFit: 'cover',
|
||||
}}
|
||||
spinnerStyle={{
|
||||
display: 'grid',
|
||||
|
||||
Reference in New Issue
Block a user