opacity
This commit is contained in:
parent
d9607afd2c
commit
feb80e41ea
@ -121,10 +121,10 @@
|
||||
|
||||
|
||||
<div
|
||||
class="fixed inset-0 bg-black/75 z-[999999] w-screen h-screen flex justify-center items-center transition-opacity duration-150 flex-col md:flex-row"
|
||||
class="fixed inset-0 bg-black/85 z-[999999] w-screen h-screen flex justify-center items-center transition-opacity duration-150 flex-col md:flex-row"
|
||||
class:opacity-0={!isGenerating}
|
||||
class:pointer-events-none={!isGenerating}
|
||||
>
|
||||
<LoadingSpinner classes="w-28 md:w-48 mb-2 md:-mb-4" />
|
||||
<p class="text-4xl md:text-6xl">Loading...</p>
|
||||
<p class="text-4xl md:text-6xl text-white">Loading...</p>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user