From 31bb2050231b1c2e9ce588c28a463f64b18cf68a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 17 Aug 2019 19:17:12 -0700 Subject: 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 d386f9a8..401da0e3 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) && - + }
-- cgit v1.2.3