mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-19 21:17:17 +00:00
re-add jiggle physics
This commit is contained in:
parent
151c3bb397
commit
3f727364e8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ function MediaCardContent({
|
|||
<Flare.Base
|
||||
className={`group -m-[0.705em] rounded-xl bg-background-main transition-colors duration-300 focus:relative focus:z-10 ${
|
||||
canLink ? "hover:bg-mediaCard-hoverBackground tabbable" : ""
|
||||
}`}
|
||||
} ${closable ? "jiggle" : ""}`}
|
||||
tabIndex={canLink ? 0 : -1}
|
||||
onKeyUp={(e) => e.key === "Enter" && e.currentTarget.click()}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue