work-in-progress atproto PDS
typescript atproto pds atcute
4
fork

Configure Feed

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

fix: reorder the backdrop close to be after the content

Mary c0aead6d 96ca76ca

+3 -5
+2 -1
packages/danaus/src/web/primitives/dialog.tsx
··· 46 46 return ( 47 47 <DialogContext.Provider value={contextValue}> 48 48 <dialog id={id} aria-labelledby={titleId} class={root({ className })}> 49 + {children} 50 + 49 51 <button 50 52 type="button" 51 53 tabindex={-1} ··· 54 56 command="close" 55 57 class={backdrop()} 56 58 /> 57 - {children} 58 59 </dialog> 59 60 </DialogContext.Provider> 60 61 );
+1 -4
packages/danaus/src/web/styles/main.out.css
··· 254 254 } 255 255 .anchored { 256 256 position-anchor: var(--anchor); 257 - &:where(&) { 257 + :where(&) { 258 258 position: absolute; 259 259 } 260 260 } ··· 507 507 } 508 508 .grow { 509 509 flex-grow: 1; 510 - } 511 - .cursor-default { 512 - cursor: default; 513 510 } 514 511 .cursor-pointer { 515 512 cursor: pointer;