We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726b50d commit 961ae3cCopy full SHA for 961ae3c
src/frontend/apps/impress/src/features/left-panel/components/LeftPanelFavorites.tsx
@@ -49,6 +49,7 @@ export const LeftPanelFavorites = () => {
49
hasMore={docs.hasNextPage}
50
isLoading={docs.isFetchingNextPage}
51
next={() => void docs.fetchNextPage()}
52
+ $padding="none"
53
>
54
{favoriteDocs.map((doc) => (
55
<LeftPanelFavoriteItem key={doc.id} doc={doc} />
0 commit comments