1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Ok last patch on the captcha styling

This commit is contained in:
Captain Jack Sparrow 2024-06-10 20:43:53 +00:00
parent f9b233e607
commit b5ecb694c6

View file

@ -29,7 +29,7 @@ function TurnstileInteractive() {
return (
<div
className={classNames(
"absolute w-full max-w-[43em] max-h-full p-3 md:p-10 rounded-lg bg-dropdown-altBackground select-none z-50 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transform overflow-auto ml-3 mr-3",
"absolute w-full max-w-[43em] max-h-full p-5 md:p-10 rounded-lg bg-dropdown-altBackground select-none z-50 top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 transform overflow-auto",
show ? "" : "hidden",
)}
>