From 96ae67ebf33670982979faec43380f5bfa17376e Mon Sep 17 00:00:00 2001 From: Rupin Khandelwal Date: Wed, 16 Nov 2022 22:22:52 -0300 Subject: [PATCH] Updating the height and width and commented out temporary code --- .../web/components/templates/homeFeed/HomeFeedContainer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:
    {uploadingFiles.map((fileName) => (
  • {fileName}
  • ))}
-
{' '} +
*/} {/* Temporary code */} {props.showAddLinkModal && ( props.setShowAddLinkModal(false)} />