From 3b55f61d5f0111287be56b76a1a342256d3f2a95 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 4 Jun 2024 00:38:12 +0100 Subject: Avi follow experiment tweaks (#4341) * Move avi button to visually align content * Fix wrong prop warning * Remove avi follow from post thread --- src/view/com/posts/AviFollowButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/com/posts/AviFollowButton.tsx') diff --git a/src/view/com/posts/AviFollowButton.tsx b/src/view/com/posts/AviFollowButton.tsx index 7a7b513cc..0497c80bc 100644 --- a/src/view/com/posts/AviFollowButton.tsx +++ b/src/view/com/posts/AviFollowButton.tsx @@ -97,8 +97,8 @@ export function AviFollowButton({ }), a.absolute, { - bottom: 0, - right: 0, + bottom: -1, + right: -1, borderWidth: 1, borderColor: t.atoms.bg.backgroundColor, }, -- cgit 1.4.1