atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

fix padding on collapsed objects in preview

Juliet d4006809 dadcd444

+2 -2
+2 -2
src/components/json.tsx
··· 247 247 <button 248 248 type="button" 249 249 classList={{ 250 - "flex items-center gap-0.5 rounded px-1 text-xs whitespace-nowrap text-neutral-500 sm:py-0.5 dark:text-neutral-400": true, 251 - "bg-neutral-200 hover:bg-neutral-300 hover:text-neutral-700 dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:hover:text-neutral-200": 250 + "flex items-center gap-0.5 rounded text-xs whitespace-nowrap text-neutral-500 dark:text-neutral-400": true, 251 + "bg-neutral-200 px-1 hover:bg-neutral-300 hover:text-neutral-700 sm:py-0.5 dark:bg-neutral-700 dark:hover:bg-neutral-600 dark:hover:text-neutral-200": 252 252 !ctx.preview, 253 253 }} 254 254 onclick={() => setShow(true)}