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.

Fix some RTL bugs

mrjvs 3ddcb9fe 6766337f

+1 -1
+1 -1
src/components/overlays/positions/OverlayAnchorPosition.tsx
··· 64 64 transform: `translateX(${left}px) translateY(${top}px)`, 65 65 }} 66 66 className={classNames([ 67 - "[&>*]:pointer-events-auto z-10 flex dir-neutral:items-start justify-start dir-neutral:origin-top-left touch-none", 67 + "[&>*]:pointer-events-auto z-10 flex dir-neutral:items-start rtl:justify-start ltr:justify-end dir-neutral:origin-top-left touch-none", 68 68 props.className, 69 69 ])} 70 70 >