From 988c4d57181de7db0e7b4e1ef07d5508425f7cb9 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 5 Jun 2025 10:48:16 -0500 Subject: [PATCH] Fix read more on FF --- src/screens/PostThread/components/ThreadItemReadMore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PostThread/components/ThreadItemReadMore.tsx b/src/screens/PostThread/components/ThreadItemReadMore.tsx index c7ce852ef3..22ae633951 100644 --- a/src/screens/PostThread/components/ThreadItemReadMore.tsx +++ b/src/screens/PostThread/components/ThreadItemReadMore.tsx @@ -62,7 +62,7 @@ export const ThreadItemReadMore = memo(function ThreadItemReadMore({ borderLeftWidth: 2, borderBottomWidth: 2, borderBottomLeftRadius: a.rounded_sm.borderRadius, - height: '50%', + height: 18, // magic, Link below is 38px tall width: isTreeView ? TREE_INDENT : LINEAR_AVI_WIDTH / 2 + 10, }, ]}