a tool for shared writing and social publishing
0

Configure Feed

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

fix pub page width issue

celine (May 23, 2026, 8:05 PM EDT) 984af026 2d399a41

+1 -1
+1 -1
app/lish/[did]/[publication]/PublicationHomeLayout.tsx
··· 22 22 <div className="pubWrapper flex flex-col sm:py-6 h-full max-w-(--page-width-units) mx-auto px-0 py-2"> 23 23 <div 24 24 ref={ref} 25 - className="pubContentScroll publicationScrollContainer overflow-auto h-full bg-[rgba(var(--bg-page),var(--bg-page-alpha))] border border-border rounded-lg flex flex-col" 25 + className="pubContentScroll publicationScrollContainer overflow-auto h-full bg-[rgba(var(--bg-page),var(--bg-page-alpha))] border border-border rounded-lg flex flex-col max-w-full w-[10000px]" 26 26 > 27 27 {inner} 28 28 </div>