tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
add some w-fulls
awarm.space
7 months ago
885de14d
c8626fd4
+2
-2
1 changed file
expand all
collapse all
unified
split
app
lish
[did]
[publication]
[rkey]
PostPage.tsx
+2
-2
app/lish/[did]/[publication]/[rkey]/PostPage.tsx
···
48
48
)}
49
49
<div
50
50
id="post-page"
51
51
-
className={`postPageWrapper relative overflow-y-auto sm:mx-0 mx-[6px]
51
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
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
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