diff --git a/containers/react/src/styles/Game.css b/containers/react/src/styles/Game.css index 28cc1795..38a0055a 100644 --- a/containers/react/src/styles/Game.css +++ b/containers/react/src/styles/Game.css @@ -18,7 +18,7 @@ /* background-color: #5843e4; */ /* border-color: white; */ overflow: scroll; - height: 70vh; + height: 68vh; } .profilePic{ diff --git a/containers/react/src/styles/Messages.css b/containers/react/src/styles/Messages.css index 6a7a30a1..eebd6722 100644 --- a/containers/react/src/styles/Messages.css +++ b/containers/react/src/styles/Messages.css @@ -19,7 +19,8 @@ select{ border: 0!important; margin: 5px; font-size: 18px; - border-radius: 6px; + padding: 5px; + border-radius: 1000px; } .modal{ @@ -54,6 +55,7 @@ select{ height: 74vh; width: 30%; overflow: scroll; + border-radius: 0px 0px 0px 10px; /* width: 2rem; */ /* height: 4rem; */ } @@ -131,10 +133,11 @@ select{ } .messages{ - background-color: rgb(26, 26, 26); + /* background-color: rgb(26, 26, 26); */ /* height: calc(100% - 118px); */ width: 70%; /* height: 300px; */ + border-radius: 0px 0px 10px 0px; overflow: scroll; } diff --git a/containers/react/src/styles/Profile.css b/containers/react/src/styles/Profile.css index e1b76a49..b26c6f4b 100644 --- a/containers/react/src/styles/Profile.css +++ b/containers/react/src/styles/Profile.css @@ -81,9 +81,9 @@ border-radius: 50%; border: thick; border-color: red; + margin-left: 20px; /* border-image: linear-gradient(90deg, #5843e4, #5a0760); */ - /* margin-top: 20px; */ } .home{ @@ -101,7 +101,7 @@ color: white; background-color: #5843e4; border-radius: 20px; - padding: 20px 500px; + padding: 1.3% 30%; font-size: 1.7rem; text-decoration: none; font-weight: bold;