diff --git a/apps/readest-app/src/app/library/components/BookshelfItem.tsx b/apps/readest-app/src/app/library/components/BookshelfItem.tsx index ec61e580..5784ef9d 100644 --- a/apps/readest-app/src/app/library/components/BookshelfItem.tsx +++ b/apps/readest-app/src/app/library/components/BookshelfItem.tsx @@ -393,7 +393,7 @@ const BookshelfItem: React.FC = ({ className={clsx( 'visible-focus-inset-2 group', mode === 'grid' && - 'sm:hover:bg-base-300/50 flex h-full flex-col px-0 py-2 sm:px-4 sm:py-4', + 'sm:hover:bg-base-300/50 flex h-full flex-col px-0 py-2 sm:rounded-md sm:px-4 sm:py-4', mode === 'list' && 'border-base-300 flex flex-col border-b py-2', appService?.isMobileApp && 'no-context-menu', pressing && mode === 'grid' ? 'not-eink:scale-95' : 'scale-100',