a tool for shared writing and social publishing

add some w-fulls

+2 -2
+2 -2
app/lish/[did]/[publication]/[rkey]/PostPage.tsx
··· 48 48 )} 49 49 <div 50 50 id="post-page" 51 - className={`postPageWrapper relative overflow-y-auto sm:mx-0 mx-[6px] 51 + className={`postPageWrapper relative overflow-y-auto sm:mx-0 mx-[6px] w-full 52 52 ${drawerOpen || hasPageBackground ? "max-w-[var(--page-width-units)] shrink-0 snap-center " : "w-full"} 53 53 ${ 54 54 hasPageBackground ··· 57 57 }`} 58 58 > 59 59 <div 60 - className={`postPageContent sm:max-w-prose mx-auto h-fit w-fit px-3 sm:px-4 ${hasPageBackground ? " pt-2 pb-3 sm:pb-6" : "py-6 sm:py-9"}`} 60 + className={`postPageContent sm:max-w-prose mx-auto h-fit w-full px-3 sm:px-4 ${hasPageBackground ? " pt-2 pb-3 sm:pb-6" : "py-6 sm:py-9"}`} 61 61 > 62 62 <PostHeader data={document} profile={profile} name={name} /> 63 63 <PostContent