mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 16:42:28 +00:00
add margin to the turnstile
This commit is contained in:
parent
70a5f4762d
commit
81d37e8b71
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function TurnstileInteractive() {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"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",
|
"absolute w-full max-w-[43em] max-h-full p-5 mx-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",
|
||||||
show ? "" : "hidden",
|
show ? "" : "hidden",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue