Skip to content

Commit

Permalink
Ok last patch on the captcha styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed Jun 10, 2024
1 parent f9b233e commit b5ecb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overlays/OverlayDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)}
>
Expand Down

0 comments on commit b5ecb69

Please sign in to comment.