🔨 Fixes for broken cover images in RI

This commit is contained in:
2026-02-17 12:06:16 -05:00
parent 5c99cfb28b
commit b47b38cc8d
2 changed files with 1 additions and 3 deletions

View File

@@ -112,7 +112,6 @@ export const PullList = (): ReactElement => {
</div>
</div>
</div>
{isSuccess && !isLoading && (
<div className="overflow-hidden -mr-4 sm:-mr-8 lg:-mr-16 xl:-mr-20 2xl:-mr-24">
<div className="overflow-hidden" ref={emblaRef}>

View File

@@ -55,12 +55,11 @@ export const RecentlyImported = (
const isComicVineMetadataAvailable =
!isUndefined(comicvine) &&
!isUndefined(comicvine.volumeInformation);
return (
<Card
orientation="vertical-2"
key={idx}
imageUrl={`${LIBRARY_SERVICE_HOST}/${rawFileDetails.cover.filePath}`}
imageUrl={url}
title={inferredMetadata.issue.name}
hasDetails
>