this repo has no description
0
fork

Configure Feed

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

fix image size

Juliet cc168c52 bdfd88a6

+1 -1
+1 -1
src/components/json.tsx
··· 134 134 <span class="flex gap-x-1"> 135 135 <Show when={blob.mimeType.startsWith("image/") && !hide()}> 136 136 <img 137 - class="max-h-[16rem] max-w-[16rem]" 137 + class="size-fit max-h-[16rem] max-w-[16rem]" 138 138 src={`https://${pds()}/xrpc/com.atproto.sync.getBlob?did=${repo}&cid=${blob.ref.$link}`} 139 139 /> 140 140 </Show>