tangled
alpha
login
or
join now
citizen428.net
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
fix record view
handle.invalid
5 months ago
5c04389f
88eba13e
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
views
record.tsx
+1
-1
src/views/record.tsx
···
206
206
<Show when={validRecord() === false}>
207
207
<div class="mb-2 break-words text-red-500 dark:text-red-400">{notice()}</div>
208
208
</Show>
209
209
-
<div class="w-max max-w-screen px-4 font-mono text-xs wrap-anywhere whitespace-pre-wrap sm:text-sm md:max-w-[48rem]">
209
209
+
<div class="w-max max-w-screen min-w-full px-4 font-mono text-xs wrap-anywhere whitespace-pre-wrap sm:px-2 sm:text-sm md:max-w-[48rem]">
210
210
<JSONValue data={record()?.value as any} repo={record()!.uri.split("/")[2]} />
211
211
</div>
212
212
</Show>