From f9780a2f69c4e904796ad9c1b57b19b30e25a616 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 19 Jan 2022 03:15:09 -0500 Subject: [PATCH] Switch to feed "lollipops" Doubt anyone else cares. Ideally these are also disconnected on top but it's hard to get the spacing to look right with variably-sized avatars. Options: - Keep as-is (lollipops) - Revert to hardcoded `ring-gray-50` - Fix icons to the same size - Switch between `ring-gray-50` and `ring-white` - Rewrite the CSS --- web/components/contract-feed.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/components/contract-feed.tsx b/web/components/contract-feed.tsx index 0f4c8674..33938587 100644 --- a/web/components/contract-feed.tsx +++ b/web/components/contract-feed.tsx @@ -45,7 +45,7 @@ function AvatarWithIcon(props: { username: string; avatarUrl: string }) { return ( @@ -117,7 +117,7 @@ function FeedBet(props: { activityItem: any }) { <>
-
+
@@ -257,7 +257,7 @@ function FeedQuestion(props: { contract: Contract }) { ) : ( // TODO: After 2022-03-01, can just assume that all contracts have an avatarUrl
-
+
@@ -308,7 +308,7 @@ function FeedDescription(props: { contract: Contract }) { <>
-
+
@@ -350,7 +350,7 @@ function FeedResolve(props: { contract: Contract }) { <>
-
+
@@ -377,7 +377,7 @@ function FeedClose(props: { contract: Contract }) { <>
-
+