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.

add margin to the turnstile

+1 -1
+1 -1
src/components/overlays/OverlayDisplay.tsx
··· 29 29 return ( 30 30 <div 31 31 className={classNames( 32 - "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", 32 + "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", 33 33 show ? "" : "hidden", 34 34 )} 35 35 >