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
28
pulls
pipelines
couple small style tweaks in ReaderContent
schlage.town
5 months ago
276f0e3f
49f85f4b
+3
-3
1 changed file
expand all
collapse all
unified
split
app
reader
ReaderContent.tsx
+3
-3
app/reader/ReaderContent.tsx
···
150
150
<h3 className="text-primary truncate">{postRecord.title}</h3>
151
151
152
152
<p className="text-secondary">{postRecord.description}</p>
153
153
-
<div className="flex justify-between items-end">
154
154
-
<div className="flex flex-col-reverse md:flex-row md gap-3 md:gap-2 text-sm text-tertiary items-center justify-start pt-1 md:pt-3">
153
153
+
<div className="flex gap-2 justify-between items-end">
154
154
+
<div className="flex flex-col-reverse md:flex-row md gap-3 md:gap-2 text-sm text-tertiary items-start justify-start pt-1 md:pt-3">
155
155
<PubInfo
156
156
href={props.publication.href}
157
157
pubRecord={pubRecord}
···
198
198
publishedAt: string | undefined;
199
199
}) => {
200
200
return (
201
201
-
<div className="flex gap-2 grow items-center shrink-0">
201
201
+
<div className="flex flex-wrap gap-2 grow items-center shrink-0">
202
202
{props.author}
203
203
{props.publishedAt && (
204
204
<>