Add fixed padding to captcha for mobile users

This commit is contained in:
Captain Jack Sparrow 2024-06-09 22:00:20 +00:00
parent d1dddc1166
commit 55850d1d2c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function TurnstileInteractive() {
return (
<div
className={classNames(
"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",
"absolute w-full max-w-[43em] max-h-full p-5 m-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",
show ? "" : "hidden",
)}
>