tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
fix max key width in record view
handle.invalid
6 months ago
7daa9a68
a00dc33c
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
json.tsx
+1
-1
src/components/json.tsx
···
92
92
}}
93
93
>
94
94
<button
95
95
-
class="max-w-40% sm:max-w-50% group/clip relative flex size-fit shrink-0 items-center wrap-anywhere text-neutral-500 hover:text-neutral-700 active:text-neutral-700 dark:text-neutral-400 dark:hover:text-neutral-300 dark:active:text-neutral-300"
95
95
+
class="group/clip relative flex size-fit max-w-[40%] shrink-0 items-center wrap-anywhere text-neutral-500 hover:text-neutral-700 active:text-neutral-700 sm:max-w-[50%] dark:text-neutral-400 dark:hover:text-neutral-300 dark:active:text-neutral-300"
96
96
onclick={() => setShow(!show())}
97
97
>
98
98
<span