diff --git a/components/DebugView.tsx b/components/DebugView.tsx index 7730239..ad3cffd 100644 --- a/components/DebugView.tsx +++ b/components/DebugView.tsx @@ -53,7 +53,7 @@ export default function DebugView({ open={open} onClose={() => setOpen(false)} as="div" - className="fixed inset-0 z-10" + className="fixed inset-0 z-20" >
diff --git a/components/Info.tsx b/components/Info.tsx index 8c31355..47642c7 100644 --- a/components/Info.tsx +++ b/components/Info.tsx @@ -38,7 +38,7 @@ export default function Info() { setOpen(false)} >
diff --git a/components/Settings.tsx b/components/Settings.tsx index 6d9c06b..d64f910 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -20,9 +20,9 @@ export default function Settings() { var classNameCondition = "" if (open) { - classNameCondition = "fixed z-20 top-64 mt-4 right-4 md:top-68 md:right-8 bg-sky-400 w-14 h-14 rounded-full drop-shadow-lg flex justify-center items-center text-white text-2xl hover:bg-sky-500 hover:drop-shadow-2xl" + classNameCondition = "fixed z-20 top-44 right-4 md:top-48 md:right-8 bg-sky-400 w-14 h-14 rounded-full drop-shadow-lg flex justify-center items-center text-white text-2xl hover:bg-sky-500 hover:drop-shadow-2xl" } else { - classNameCondition = "fixed z-20 top-64 mt-4 right-4 md:top-68 md:right-8 bg-slate-100 w-14 h-14 rounded-full drop-shadow-lg flex justify-center items-center text-sky-900 text-2xl hover:text-white hover:bg-sky-600 hover:drop-shadow-2xl" + classNameCondition = "fixed z-20 top-44 right-4 md:top-48 md:right-8 bg-slate-100 w-14 h-14 rounded-full drop-shadow-lg flex justify-center items-center text-sky-900 text-2xl hover:text-white hover:bg-sky-600 hover:drop-shadow-2xl" } return ( @@ -38,7 +38,7 @@ export default function Settings() { setOpen(false)} >
@@ -78,22 +78,24 @@ export default function Settings() { Settings
-

- +

+ -

-

+ {/* */} {seedImageSelector()} + + {denoisingSelector()} +

- + +
@@ -125,10 +139,10 @@ export function seedImageSelector() { return (
- @@ -141,4 +155,26 @@ export function seedImageSelector() {
) +} + +export function denoisingSelector() { + return ( +
+ + + +
+ ) } \ No newline at end of file diff --git a/components/Share.tsx b/components/Share.tsx index d5ded67..6c8b227 100644 --- a/components/Share.tsx +++ b/components/Share.tsx @@ -126,7 +126,7 @@ export default function Share({ setOpen(false)} >
diff --git a/pages/index.tsx b/pages/index.tsx index 52a548b..5e040b7 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -243,7 +243,7 @@ export default function Home() { nowPlayingResult={nowPlayingResult} /> - + {/* */}