diff --git a/frontend/src/pages/Chat.js b/frontend/src/pages/Chat.js
index cdf8e29..46d3c1a 100644
--- a/frontend/src/pages/Chat.js
+++ b/frontend/src/pages/Chat.js
@@ -4,18 +4,18 @@ import Sidebar from '../components/Sidebar';
import MessageForm from '../components/MessageForm';
function Chat() {
- return (
-
-
-
-
-
-
-
-
-
-
- );
+ return (
+
+
+
+
+
+
+
+
+
+
+ );
}
export default Chat;
\ No newline at end of file
diff --git a/frontend/src/pages/styles/Account.css b/frontend/src/pages/styles/Account.css
index 8acf90a..17bcb81 100644
--- a/frontend/src/pages/styles/Account.css
+++ b/frontend/src/pages/styles/Account.css
@@ -25,6 +25,7 @@
.user_info_box {
border: 1px solid #ccc;
+ box-shadow: 0 0 10px #ccc;
display: flex;
flex-direction: column;
height: 100%;