diff --git a/src/NDC/CommentView.jsx b/src/NDC/CommentView.jsx index 176c688..3c44ea3 100644 --- a/src/NDC/CommentView.jsx +++ b/src/NDC/CommentView.jsx @@ -34,7 +34,7 @@ const CallLibrary = styled.div` `; const CommentCard = styled.div` - margin-left: ${isReply ? "2rem" : "0"}; + margin-left: ${isReply ? "1rem" : "0"}; display: flex; padding: 14px 16px; flex-direction: column; diff --git a/src/NDC/GeneralCard.jsx b/src/NDC/GeneralCard.jsx index 5d89b58..10b85a7 100644 --- a/src/NDC/GeneralCard.jsx +++ b/src/NDC/GeneralCard.jsx @@ -303,6 +303,10 @@ const Element = styled.div` const CallLibrary = styled.div` display: none; `; + +const InnerContainer = styled.div` + max-width: 100%; + `; //============================================END STYLED COMPONENTS================================================= //=================================================MORE STYLES====================================================== @@ -314,12 +318,16 @@ const profileImageStyles = { overflow: "hidden", }; +const overlayStyle = { + "max-width": "80vw" +} + //===============================================END MORE STYLES==================================================== //=================================================COMPONENTS======================================================= const inner = ( -