🏗️ Fixed cover-only config for CV detail panel
This commit is contained in:
@@ -16,7 +16,7 @@ export const ComicVineDetails = (props): ReactElement => {
|
|||||||
<div className="min-w-fit">
|
<div className="min-w-fit">
|
||||||
<Card
|
<Card
|
||||||
imageUrl={data.volumeInformation.image.thumb_url}
|
imageUrl={data.volumeInformation.image.thumb_url}
|
||||||
orientation={"vertical-2"}
|
orientation={"cover-only"}
|
||||||
hasDetails={false}
|
hasDetails={false}
|
||||||
// cardContainerStyle={{ maxWidth: 200 }}
|
// cardContainerStyle={{ maxWidth: 200 }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user