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 {
-
- .