new layout for full account offer list added

This commit was merged in pull request #263.
This commit is contained in:
victorAnumudu
2023-07-07 01:54:56 +01:00
parent ef045e2bc1
commit c0281f3734
6 changed files with 311 additions and 554 deletions
+5 -5
View File
@@ -53,7 +53,7 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
>
{/* Adding this dark overlay in order to see the texts properly */}
{!ActiveJobList?.data.length && accountType && (
<div class="absolute inset-0 bg-black opacity-30"></div>
<div className="absolute inset-0 bg-black opacity-30"></div>
)}
{ActiveJobList?.data.length > 0 && ActiveJobList.loading && (
<div className="w-full h-[520px] flex items-center justify-center">
@@ -152,10 +152,10 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
You currently have {accountType ? '"0"' : "no"} task
</div>
<div
className={
!accountType &&
"bg-[#f0f8ff] h-[17rem] p-5 rounded-md -translate-x-20"
}
className={`
${!accountType &&
"bg-[#f0f8ff] h-[17rem] p-5 rounded-md -translate-x-20"}
`}
>
<button
className={`${