mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Finish turnstile setup
This commit is contained in:
parent
230b86ea8a
commit
aa9bbf289f
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ function TurnstileInteractive() {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"absolute w-10/12 max-w-[800px] max-h-[375px] p-20 rounded-lg select-none z-50 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transform",
|
"absolute w-10/12 max-w-[800px] max-h-[325px] p-20 rounded-lg select-none z-50 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transform",
|
||||||
show ? "" : "hidden",
|
show ? "" : "hidden",
|
||||||
"bg-[#1b1b1b]",
|
"bg-[#222222]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className="w-full grid lg:grid-cols-[1fr,auto] gap-8 items-center">
|
<div className="w-full grid lg:grid-cols-[1fr,auto] gap-8 items-center">
|
||||||
|
|
Loading…
Reference in a new issue