diff --git a/apps/readest-app/src/app/library/components/BookItem.tsx b/apps/readest-app/src/app/library/components/BookItem.tsx index 1d61c0b7..87f17f03 100644 --- a/apps/readest-app/src/app/library/components/BookItem.tsx +++ b/apps/readest-app/src/app/library/components/BookItem.tsx @@ -61,9 +61,10 @@ const BookItem: React.FC = ({ >
diff --git a/apps/readest-app/src/components/BookCover.tsx b/apps/readest-app/src/components/BookCover.tsx index 9cfbe239..8a9eee45 100644 --- a/apps/readest-app/src/components/BookCover.tsx +++ b/apps/readest-app/src/components/BookCover.tsx @@ -63,46 +63,50 @@ const BookCover: React.FC = memo( return (
{coverFit === 'crop' ? ( - {book.title} - ) : ( -
+ <> {book.title} +
+ + ) : ( +
+
+ {book.title} +
+
)} -
+