compat: add target class to hide import icon in the bookshelf, closes #3376 (#3380)

This commit is contained in:
Huang Xin
2026-02-25 21:13:10 +08:00
committed by GitHub
parent 70eb59e2d6
commit 21208adbcf
@@ -437,7 +437,7 @@ const Bookshelf: React.FC<BookshelfProps> = ({
))}
{viewMode === 'grid' && currentBookshelfItems.length > 0 && (
<div
className={clsx('mx-0 my-2 sm:mx-4 sm:my-4')}
className={clsx('bookshelf-import-item mx-0 my-2 sm:mx-4 sm:my-4')}
style={
coverFit === 'fit' && viewMode === 'grid'
? {