a tool for shared writing and social publishing
0
fork

Configure Feed

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

small style fix for pub links on home

celine 07259114 573c1cfd

+2 -2
+2 -2
app/home/Publications.tsx
··· 75 75 backgroundRepeat: backgroundImageRepeat ? "repeat" : "no-repeat", 76 76 backgroundSize: `${backgroundImageRepeat ? `${backgroundImageSize}px` : "cover"}`, 77 77 }} 78 - className="p-3 h-full w-full flex flex-col gap-1 place-items-center bg-bg-leaflet border border-border-light rounded-lg text-secondary text-center transparent-outline outline-2 outline-offset-1 hover:outline-border grow " 78 + className="py-3 px-2 h-full w-full flex flex-col gap-1 place-items-center bg-bg-leaflet border border-border-light rounded-lg text-secondary text-center transparent-outline outline-2 outline-offset-1 hover:outline-border grow " 79 79 > 80 80 {record?.icon && ( 81 81 <div ··· 89 89 /> 90 90 )} 91 91 <h4 92 - className={`font-bold w-full truncate my-auto ${showPageBackground ? "bg-[rgba(var(--bg-page),0.8)]" : ""}`} 92 + className={`font-bold w-full px-1 rounded-md truncate my-auto ${showPageBackground ? "bg-[rgba(var(--bg-page),0.8)]" : ""}`} 93 93 > 94 94 {props.name} 95 95 </h4>