adjusted market modal
This commit was merged in pull request #869.
This commit is contained in:
@@ -193,7 +193,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
|
|||||||
<div
|
<div
|
||||||
className={`w-full p-2 text-slate-900 dark:text-white market-pop rounded-2xl ${
|
className={`w-full p-2 text-slate-900 dark:text-white market-pop rounded-2xl ${
|
||||||
name == "Description"
|
name == "Description"
|
||||||
? "min-h-[100px] max-h-[100px] h-full overflow-y-auto break-words bg-slate-50"
|
? "min-h-[60px] max-h-[75px] h-full overflow-y-auto break-words bg-slate-50"
|
||||||
: name == "Delivery Detail" ? " overflow-y-auto h-full min-h-[200px] max-h-[200px] bg-slate-50"
|
: name == "Delivery Detail" ? " overflow-y-auto h-full min-h-[200px] max-h-[200px] bg-slate-50"
|
||||||
: "h-full flex items-center"
|
: "h-full flex items-center"
|
||||||
}`}
|
}`}
|
||||||
@@ -233,7 +233,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<hr className='my-1' />
|
<hr className='my-1' />
|
||||||
<div className='w-full grid grid-cols-1 md:grid-cols-3 gap-4 md:gap-8'>
|
<div className='w-full grid grid-cols-1 md:grid-cols-3 gap-4 md:gap-8 items-center'>
|
||||||
<div className='col-span-1 md:col-span-2 flex flex-col justify-center gap-2'>
|
<div className='col-span-1 md:col-span-2 flex flex-col justify-center gap-2'>
|
||||||
<label className="job-label w-full flex gap-2 items-center">
|
<label className="job-label w-full flex gap-2 items-center">
|
||||||
If you have any questions about this task:
|
If you have any questions about this task:
|
||||||
@@ -297,8 +297,8 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
|
|||||||
>
|
>
|
||||||
{" "}
|
{" "}
|
||||||
<div className="flex md:flex-col justify-center gap-2">
|
<div className="flex md:flex-col justify-center gap-2">
|
||||||
<span>Notify</span>
|
<span>I am Interested</span>
|
||||||
<span>Owner</span>
|
{/* <span>Owner</span> */}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -337,7 +337,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
|
|||||||
name="cancel"
|
name="cancel"
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
>
|
>
|
||||||
Cancel
|
Close
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user