atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

hide overflow when collapsing a large field

Juliet 65ef80c7 c0b3a2e3

+1 -1
+1 -1
src/components/json.tsx
··· 193 193 "self-center": value !== Object(value), 194 194 "pl-[calc(2ch-0.5px)] border-l-[0.5px] border-neutral-500/50 dark:border-neutral-400/50 has-hover:group-hover/indent:border-neutral-700 transition-colors dark:has-hover:group-hover/indent:border-neutral-300": 195 195 value === Object(value), 196 - "invisible h-0": !show(), 196 + "invisible h-0 overflow-hidden": !show(), 197 197 }} 198 198 > 199 199 <JSONCtx.Provider value={{ ...ctx, parentIsBlob: isBlobContext }}>