a tool for shared writing and social publishing
0

Configure Feed

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

oops little flex box fix

celine (Jun 1, 2026, 2:55 PM EDT) dd413f90 2166f3a9

+2 -2
+2 -2
app/(app)/lish/[did]/[publication]/PublicationPostItem.tsx
··· 37 37 const hasDate = date !== undefined && date !== null; 38 38 return ( 39 39 <div 40 - className={`justify-between w-full ${textClassName} text-tertiary flex gap-1 flex-wrap items-center`} 40 + className={`flex justify-between w-full ${textClassName} text-tertiary gap-1 flex-wrap items-center`} 41 41 > 42 42 <p className={`text-tertiary flex gap-1 items-center flex-wrap`}> 43 43 {hasAuthor && ( ··· 117 117 author={props.author} 118 118 date={props.date} 119 119 interactions={props.interactions} 120 - textClassName="text-sm place-self-end sm:block hidden" 120 + textClassName="text-sm place-self-end sm:flex hidden" 121 121 /> 122 122 {props.footer && ( 123 123 <div className="shrink-0 hidden sm:block">{props.footer}</div>