a tool for shared writing and social publishing
0
fork

Configure Feed

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

add w-full to post container

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 93 93 return ( 94 94 <ThemeProvider entityID={null}> 95 95 <div className="flex flex-col px-3 sm:px-4 py-3 sm:py-9 w-full bg-[#FDFCFA] h-full min-h-fit overflow-auto"> 96 - <div className="max-w-prose mx-auto"> 96 + <div className="max-w-prose mx-auto w-full"> 97 97 <div className="pubHeader flex flex-col pb-5"> 98 98 <Link 99 99 className="font-bold hover:no-underline text-accent-contrast"