adjusted market modal

This commit was merged in pull request #869.
This commit is contained in:
victorAnumudu
2025-07-17 21:47:42 +01:00
parent bd8f25b9e8
commit feca311e7f
@@ -193,7 +193,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
<div
className={`w-full p-2 text-slate-900 dark:text-white market-pop rounded-2xl ${
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"
: "h-full flex items-center"
}`}
@@ -233,7 +233,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
))}
</div>
<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'>
<label className="job-label w-full flex gap-2 items-center">
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">
<span>Notify</span>
<span>Owner</span>
<span>I am Interested</span>
{/* <span>Owner</span> */}
</div>
</button>
</div>
@@ -337,7 +337,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt, marketPlaceProduc
name="cancel"
onClick={onClose}
>
Cancel
Close
</button>
</div>
</div>