From fbd92a9bcfa1f40f31b676c234429bf85e8abdd2 Mon Sep 17 00:00:00 2001 From: celine Date: Mon, 1 Jun 2026 13:11:56 -0400 Subject: [PATCH] update cover images in medium size standard site post block to be smaller --- .../[publication]/PublicationPostItem.tsx | 65 ++++++++++--------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/app/(app)/lish/[did]/[publication]/PublicationPostItem.tsx b/app/(app)/lish/[did]/[publication]/PublicationPostItem.tsx index 854c3bec..9b58a93f 100644 --- a/app/(app)/lish/[did]/[publication]/PublicationPostItem.tsx +++ b/app/(app)/lish/[did]/[publication]/PublicationPostItem.tsx @@ -37,7 +37,7 @@ function MetaRow({ const hasDate = date !== undefined && date !== null; return (

-

- - {props.title && ( -

- {props.title} -

- )} -

- {props.description} -

-
- -
{props.footer}
-
- {hasCoverImage && ( -
- {props.coverImageAlt +
+
+ + {props.title && ( +

+ {props.title} +

+ )} +

+ {props.description} +

+
+ + {props.footer && ( +
{props.footer}
+ )}
+ {hasCoverImage && ( +
+ {props.coverImageAlt +
+ )} +
+ {props.footer && ( +
{props.footer}
)}
); -- 2.51.2