diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 6e316ac56..e6a615949 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -695,7 +695,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { backgroundColor: 'aliceblue', borderRadius: '5px', width: '95%', - height: '100%', + height: '80%', position: 'absolute', opacity: '0.8', display: 'flex', @@ -1015,14 +1015,14 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { {/* Temporary code */} -
+ {/*
Files: -
{' '} +
*/} {/* Temporary code */} {props.showAddLinkModal && ( props.setShowAddLinkModal(false)} />