a tool for shared writing and social publishing
0
fork

Configure Feed

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

little margin tweak for discover pub logos with bg

+1 -1
+1 -1
app/discover/PubListing.tsx
··· 51 51 ? `url(${blobRefToSrc(record.icon?.ref, new AtUri(props.uri).host)})` 52 52 : undefined, 53 53 }} 54 - className={`w-6 h-6 mt-0.5 rounded-full bg-accent-1 text-accent-2 flex place-content-center leading-snug font-bold text-center shrink-0 ${record.theme?.showPageBackground ? "mt-[10px]" : "mt-0.5"}`} 54 + className={`w-6 h-6 rounded-full bg-accent-1 text-accent-2 flex place-content-center leading-snug font-bold text-center shrink-0 ${record.theme?.showPageBackground ? "mt-[6px]" : "mt-0.5"}`} 55 55 > 56 56 {!record?.icon ? record.name.slice(0, 1).toLocaleUpperCase() : null} 57 57 </div>