From addbb820a30b678d74ee2e45ebf10ee784761750 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 12 Mar 2024 17:59:58 +0100 Subject: [PATCH] Less goofy margins/padding for PostSegment --- client-solid/src/Components/Posts.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-solid/src/Components/Posts.tsx b/client-solid/src/Components/Posts.tsx index 39377d4..b082ca6 100644 --- a/client-solid/src/Components/Posts.tsx +++ b/client-solid/src/Components/Posts.tsx @@ -27,8 +27,8 @@ export function PostSegment(props: { post: Post }): JSXElement { const nav = useNavigate(); return (
+
{props.post?.content}