From 0fc1551dbcc4deef72a3ac94548ebf756cd32f0e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 19:17:12 -0700 Subject: [PATCH] Offsetting image. --- ui/src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d386f9a8d..401da0e33 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -69,7 +69,7 @@ export class PostListing extends Component { {post.url && isImage(post.url) && - + }