ui fix
This commit is contained in:
parent
a5a5b3c474
commit
93592e5d46
@ -839,9 +839,9 @@ $: {
|
|||||||
<!-- Put this part before </body> tag -->
|
<!-- Put this part before </body> tag -->
|
||||||
|
|
||||||
<dialog id="optionDetailsDesktopModal" class="modal modal-bottom sm:modal-middle cursor-pointer ">
|
<dialog id="optionDetailsDesktopModal" class="modal modal-bottom sm:modal-middle cursor-pointer ">
|
||||||
<div class="modal-box w-full max-w-xl lg:max-w-3xl xl:max-w-5xl bg-[#09090B] border border-gray-600 h-auto">
|
<div class="modal-box w-full max-w-xl lg:max-w-3xl xl:max-w-5xl bg-[#09090B] border-t sm:border border-gray-600 h-auto">
|
||||||
<form method="dialog">
|
<form method="dialog border-none">
|
||||||
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2">✕</button>
|
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2 border-none">✕</button>
|
||||||
</form>
|
</form>
|
||||||
<p class="text-gray-200 mt-10 mb-3">
|
<p class="text-gray-200 mt-10 mb-3">
|
||||||
<span class="text-white text-xl font-semibold">Option Data Details:</span>
|
<span class="text-white text-xl font-semibold">Option Data Details:</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user