atproto explorer
0
fork

Configure Feed

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

fix long at uri display

+2 -2
+1 -1
src/main.tsx
··· 204 204 </form> 205 205 </Show> 206 206 <Show when={params.pds}> 207 - <div class="mb-3 mt-4 flex flex-col font-mono"> 207 + <div class="break-anywhere mb-3 mt-4 flex flex-col font-mono"> 208 208 <Show when={pds() && params.pds}> 209 209 <div class="flex items-center"> 210 210 <div class="i-tabler-server mr-1 text-sm" />
+1 -1
src/views/blob.tsx
··· 52 52 return ( 53 53 <div class="flex flex-col items-center"> 54 54 <Show when={blobs()}> 55 - <div class="flex max-w-full flex-col truncate font-mono"> 55 + <div class="break-anywhere flex flex-col font-mono"> 56 56 <For each={blobs()}> 57 57 {(cid) => ( 58 58 <A