From 2c11a0755d1d68066231b43965ccda6cb1b51630 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 6 Mar 2024 18:21:58 +0100 Subject: [PATCH] manage job page padding reduction --- src/components/MyActiveJobs/ActiveJobMessage.jsx | 2 +- src/components/MyActiveJobs/ActiveJobs.jsx | 15 +++++++++++---- .../MyActiveJobs/JobActions/CurrentJobAction.jsx | 7 ------- src/index.css | 3 +-- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/src/components/MyActiveJobs/ActiveJobMessage.jsx b/src/components/MyActiveJobs/ActiveJobMessage.jsx index a32e11f..7c681f9 100644 --- a/src/components/MyActiveJobs/ActiveJobMessage.jsx +++ b/src/components/MyActiveJobs/ActiveJobMessage.jsx @@ -20,7 +20,7 @@ export default function ActiveJobMessage({ activeJobMesList }) { return (
-
+
diff --git a/src/components/MyActiveJobs/ActiveJobs.jsx b/src/components/MyActiveJobs/ActiveJobs.jsx index 7c92af9..aeed9a9 100644 --- a/src/components/MyActiveJobs/ActiveJobs.jsx +++ b/src/components/MyActiveJobs/ActiveJobs.jsx @@ -286,7 +286,7 @@ function ActiveJobs(props) { -

+

{props.details?.title && props.details.title}

@@ -421,7 +421,7 @@ function ActiveJobs(props) { autoFocus /> ) : ( -
+
- - -
diff --git a/src/index.css b/src/index.css index 873eb2b..e58faf9 100644 --- a/src/index.css +++ b/src/index.css @@ -52,9 +52,8 @@ } .job-action { background-color: #4687ba; - height: 100px; border-radius: 15px; - padding: 5px; + padding: 3px; } .msg_box {
-
- .