From 376cc74aaa910716e2980ec638646d910e4994f7 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 20 Jun 2022 12:31:27 -0700 Subject: [PATCH] Allow primary layout to use full screen dimensions Also set the library fetch limit back to 10. --- packages/web/components/templates/PrimaryLayout.tsx | 4 ++-- .../web/components/templates/homeFeed/HomeFeedContainer.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web/components/templates/PrimaryLayout.tsx b/packages/web/components/templates/PrimaryLayout.tsx index 295e7e1a8..88fc900e8 100644 --- a/packages/web/components/templates/PrimaryLayout.tsx +++ b/packages/web/components/templates/PrimaryLayout.tsx @@ -62,8 +62,8 @@ export function PrimaryLayout(props: PrimaryLayoutProps): JSX.Element { ) : null}