From c3f75330ed995121f7eb7cde435396741493b7b3 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 13 Apr 2024 11:46:16 +0100 Subject: More obvious click area (#3528) --- bskyembed/src/components/post.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'bskyembed') diff --git a/bskyembed/src/components/post.tsx b/bskyembed/src/components/post.tsx index d0eaf228a..3f2c745bd 100644 --- a/bskyembed/src/components/post.tsx +++ b/bskyembed/src/components/post.tsx @@ -31,7 +31,7 @@ export function Post({thread}: Props) { return (
-
+
-
+
@@ -52,6 +52,7 @@ export function Post({thread}: Props) {

@{post.author.handle}

+
@@ -60,12 +61,14 @@ export function Post({thread}: Props) {
- -
+ + + +
{!!post.likeCount && (
-- cgit 1.4.1