From 08d2b03790ddb41947e80475b9e0b8efe981d2df Mon Sep 17 00:00:00 2001 From: edwin6666 Date: Tue, 23 Jan 2024 10:35:40 -0400 Subject: [PATCH 1/4] Style: change of sizes and design -Change the style of the comment box and apply a min-height and max-height. -Hidden the token's recovery password. -Modify password recovery with 2 verifications. --- src/components/Comments.jsx | 4 +-- src/components/Navbar/Dropdown.jsx | 13 +++++++--- src/components/Navbar/Location.jsx | 3 ++- src/components/Navbar/Navbar.jsx | 3 ++- src/components/PostDetailsCard.jsx | 1 + src/pages/Contact.js | 2 +- src/pages/ResetPassword.js | 40 +++++++++++++++++++----------- 7 files changed, 43 insertions(+), 23 deletions(-) diff --git a/src/components/Comments.jsx b/src/components/Comments.jsx index a222f29..476b272 100644 --- a/src/components/Comments.jsx +++ b/src/components/Comments.jsx @@ -50,7 +50,7 @@ export const Comment = ({ comment, onDelete, onEdit }) => { comment?.commentator?.trim() === Cookies.get("username")?.trim() return ( -
+
{comment.commentator} @@ -104,7 +104,7 @@ export const Comment = ({ comment, onDelete, onEdit }) => {