atproto explorer pdsls.dev
atproto tool

reduce blob cid font size

juli.ee 60df3673 4a9e7201

verified
Changed files
+2 -2
src
views
+2 -2
src/views/blob.tsx
···
return (
<div class="flex flex-col items-center gap-2">
<Show when={blobs() || response()}>
-
<div class="flex flex-col gap-0.5 font-mono text-sm wrap-anywhere lg:break-normal">
<For each={blobs()}>
{(cid) => (
<a
href={`${props.pds}/xrpc/com.atproto.sync.getBlob?did=${props.repo}&cid=${cid}`}
target="_blank"
-
class="rounded px-0.5 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
>
<span class="text-blue-400">{cid}</span>
</a>
···
return (
<div class="flex flex-col items-center gap-2">
<Show when={blobs() || response()}>
+
<div class="flex w-full flex-col gap-0.5 font-mono text-xs wrap-anywhere">
<For each={blobs()}>
{(cid) => (
<a
href={`${props.pds}/xrpc/com.atproto.sync.getBlob?did=${props.repo}&cid=${cid}`}
target="_blank"
+
class="w-fit rounded px-0.5 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"
>
<span class="text-blue-400">{cid}</span>
</a>