tangled
alpha
login
or
join now
olaren.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
linear transition
handle.invalid
2 months ago
c7b58b53
893336b0
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
modal.tsx
+1
-1
src/components/modal.tsx
···
56
56
}}
57
57
>
58
58
<div
59
59
-
class={`transition-all ease-in starting:scale-95 starting:opacity-0 ${props.contentClass ?? ""}`}
59
59
+
class={`transition-all starting:scale-95 starting:opacity-0 ${props.contentClass ?? ""}`}
60
60
>
61
61
{props.children}
62
62
</div>