From 947def57d145318f8c5b0e6bec7527e0008011eb Mon Sep 17 00:00:00 2001 From: sushant dhimal Date: Fri, 10 Mar 2023 22:09:35 +0545 Subject: [PATCH] style: adjust send button icon size and padding --- client/src/App.css | 7 +++---- client/src/App.js | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index bb58483..3d4b75e 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -260,7 +260,6 @@ nav svg { .inputPromptWrapper { margin-top: 40px; - padding: 8px; left: 50%; right: 50%; bottom: 0; @@ -268,14 +267,14 @@ nav svg { transform: translate(-50%, -50%); width: 80%; max-height: 200px; - height: 28px; - padding: 10px; + height: 55px; background-color: #41414e; border-radius: 5px; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25); display: flex; } .inputPrompttTextarea { + padding: 10px; flex: 1; resize: none; background-color: #41414e; @@ -290,7 +289,7 @@ form button { border: none; position: absolute; top: 25%; - right: 25px; + right: 15px; } button:hover { cursor: pointer; diff --git a/client/src/App.js b/client/src/App.js index 0fa6ee2..314e045 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -318,8 +318,8 @@ function App() {