diff --git a/apps/readest-app/src/app/reader/components/BooksGrid.tsx b/apps/readest-app/src/app/reader/components/BooksGrid.tsx index 92495117..a108122c 100644 --- a/apps/readest-app/src/app/reader/components/BooksGrid.tsx +++ b/apps/readest-app/src/app/reader/components/BooksGrid.tsx @@ -104,6 +104,7 @@ const BooksGrid: React.FC = ({ bookKeys, onCloseBook }) => { isHoveredAnim={bookKeys.length > 2} onCloseBook={onCloseBook} onSetSettingsDialogOpen={setFontLayoutSettingsDialogOpen} + gridInsets={gridInsets} /> void; onSetSettingsDialogOpen: (open: boolean) => void; } @@ -31,6 +33,7 @@ const HeaderBar: React.FC = ({ bookTitle, isTopLeft, isHoveredAnim, + gridInsets, onCloseBook, onSetSettingsDialogOpen, }) => { @@ -77,10 +80,10 @@ const HeaderBar: React.FC = ({ return (