pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

re-add jiggle physics

Pas 3f727364 151c3bb3

+1 -1
+1 -1
src/components/media/MediaCard.tsx
··· 83 83 <Flare.Base 84 84 className={`group -m-[0.705em] rounded-xl bg-background-main transition-colors duration-300 focus:relative focus:z-10 ${ 85 85 canLink ? "hover:bg-mediaCard-hoverBackground tabbable" : "" 86 - }`} 86 + } ${closable ? "jiggle" : ""}`} 87 87 tabIndex={canLink ? 0 : -1} 88 88 onKeyUp={(e) => e.key === "Enter" && e.currentTarget.click()} 89 89 >